@import "page.css";
html {
	background:#00a0b0 url(/gfx/2010/htmlBg_com.jpg) no-repeat center top;
}
body{
	background:url(/gfx/2010/bodyBg_com.jpg) no-repeat center top;
}
a, a:active, a:visited{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-decoration:underline;
}
/*= HEADER =================================================================================*/

#header {
	background:url(/gfx/2010/headerBg_com.jpg) no-repeat scroll 0 123px transparent;
	height:365px;
	padding: 0 0 0 5px;
}
#header img#usa {
	float:left;
	height:40px;
	margin:277px 0 0;
	width:230px;
}
#header img#net {
	float:left;
	height:40px;
	margin:277px 0 0;
	width:570px;
}
#header img#usa2 {
	margin:24px 0 0 0;
}
/*= CONTENT ==============================================================================*/
#mainwrapper {
	width:810px;
	color:#ffffff;
	background:none;
}
#contentwrapper {
	width:800px;
	background:none;
}
#content {
	padding:10px 0;
}
ul#countryList {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#countryList li {
	float:left;
	line-height:20px;
	width:135px;
	padding-left:25px;
}
/*= FOOTER ================================================================================*/
#footer{
	color:#ffffff;
	padding:50px 0 20px;
	border:none;
	font-size:14px;
}
