@import "reset.css";

body{
	font-family:arial,helvetica,sans-serif;
}

#container{
	width:320px;
	margin:10% auto 0 auto;
}

h1#kleraderm{
	background:url('../img/kleraderm_logo.gif') no-repeat;
	width:320px;
	height:154px;
	
}

h1#kleraderm span{
	display:none;
}

#container p{
	width:96%;
	margin-top:5px;
	font-size:.813em;
	text-align:left;
	line-height:1.2em;
	color:#666666;
}

#p1{
	border-top:2px solid #FFCB03;
	padding:1.4em 0 .2em 0;
}

#p2{
	border-bottom:2px solid #FFCB03;
	padding:.2em 0 1.4em 0;
}

p#info{
	text-align:right;
}

#container p a{
	color:#b5b5b5;
}


