body, html {
	width			:	100%;
	height			:	100%;
}
			
body {
    background: #FFFFFF;
    padding:0px;
    margin: 0px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;    
	line-height:1.8;        
}

#seoContent {
	padding:20px;
}

object, embed, #content {
	display			:	block;
	width			:	100%;
	height			:	100%;
}

a:Link, a:Hover, a:Active, a:Visited {
	color:#000000;
}