body {
	background: #013ead url("images/background.jpg") center top no-repeat;
}
#wrapper {
	width: 457px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#video {
	background: url("images/middle_content.png") top left repeat-y;
}
#content {
	background: url("images/middle_content.png") top left repeat-y;
}
#content-top {
	background: url("images/middle_top_second.png") top left no-repeat;
	display: block;
	width: 457px;
	height: 181px;
}
#content, #content-top p {
	color: #acacac;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	line-height: 22px;
	padding: 0 25px 0 25px;
}
hr {
	width: 100%;
	border-bottom: 0;
	border-top: 1px solid #787878;
	background: none;
	border-left: 0;
	border-right: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content a {
	background: #2b2b2b;
	color: #aaa;
	text-decoration: none;
	padding: 2px;
}
#content a:hover {
	background: #3c3c3c;
	color: #fff;
	text-decoration: none;
	padding: 2px;	
}
#contact {
	color: #4270c4;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	padding: 5px;
}
#contact a {
	color: #4270c4;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#contact a:hover {
	color: #6491e3;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	text-decoration: none;	
}