@media screen {
body
{	margin: 0;
	padding: 0;
	background: #516072 url(images/bground.png); 
	background-repeat: repeat-x;
	text-align: center;
	line-height: 0;
	color: #ffffff;
}
h1 
{	font: bold 30pt/34pt Cambria,Georgia,Times,"Times New Roman",serif; 
	margin: 0 0 9pt 0;
	text-indent: 0;
	text-align: center;
	letter-spacing: -1px;
}
#title
{	display: none;
}
#logos 
{	padding: 50pt 0px 0px 0px;
	text-align: center;
}
#logos p
{	padding: 0px 0px 20px 0px;
	text-align: center;
}
#logos p.select
{	padding: 0px 0px 0px 0px;
	text-align: center;
	font: 10pt/15pt Calibri,Tahoma,Verdana,Helvetica,Arial,sans-serif;
}
#logos img
{	border: solid 6pt #fff;
        background-color: #fff;
        width: 50%;
       	border-radius: 6pt;
}
#logos img:hover
{	border: solid 6pt #ff0;
}
#bottom
{	clear: both;
	padding: 0 0 10pt 0;
	font: normal 10pt/15pt Calibri,Tahoma,Verdana,Helvetica,Arial,sans-serif; 
}
#bottom a
{	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#bottom a:hover
{	color: #0000CC;
	text-align: center;
        background-color: #fff;
}
}