html {
	overflow-x:hidden;
	overflow-y:scroll;
}

body {	
	margin:0px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:11px;
	line-height:140%;
	overflow:hidden;
}

strong{
	font-size:22px;
	font-weight:bold;	
	line-height:140%;
	text-align:left;
}

#main{
	width:604px;
	margin:0;
	padding:0;
	border:none;
	background:url(/img/css/bg.jpg) right repeat-y;	
}

#top{
	height:75px;
	position:relative;
	width:565px;
	background:#F0F1EF url(/img/potop.jpg) center no-repeat;
}

#popBottom{
	width:565px;
	border-bottom:#D10C21 17px solid;
	background:#FFFFFF url(/img/logo.jpg) bottom right no-repeat;
	height:40px;
}

#center{
	width:475px;
	overflow:hidden;	
	margin:30px 40px 50px 50px;
	text-align:justify;	
}