body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	color: #CCCCCC;
	text-align: center;
	margin: 20px 0;
}
#page {
	background: #666666 url('../graphics/page_bg.jpg') no-repeat center top;
	margin: auto;
	width: 990px;
	height: 600px;
	text-align: left;
}
#info {
	background: url('../graphics/hd_logotype_white.png') no-repeat 1px 6px;
	margin: 375px 20px 20px 60px;
	padding: 34px 1px 4px 0;
	text-align: left;
	float: left;
	border-width: 1px 0; 
	border-style: dotted; 
	border-color: #666666;
}
#info h2 {
	display: none;
}
#info p {
	color: white;
}
#switch {
	float: right;
	margin: 50px 60px 0 0;
}
.sites {
	font-size: 10px;
	margin: 60px 60px 0 0;
	padding: 0;
	float: right;
	clear: right;
	text-align: right;
	border-top: 1px dotted #666666;
}
.sites li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}
.sites li a {
	display: block;
	padding: 1px 2px 2px 3px;
	border-bottom: 1px dotted #666666;
}
p {
	font-size: 10px;
	line-height: 13px;
	margin: 10px 0 0;
}
a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: white;
}
a:hover {
	color: #333333;
	background-color: #B2D359;
}
