@charset "utf-8";
/* CSS Document */

body {
	background-color: #c4dcf2;
	background-image: url(images/bkg-big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #195077;
}#center {
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#video {
	height: 529px;
	width: 900px;
	margin-bottom: 20px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 20px;
	background-image: url(images/video-bkg.png);
	background-repeat: no-repeat;
}
* html #video {
	background-image: url(images/video-bkg.jpg);
	background-repeat: no-repeat;
}
a {
	color: #195077;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #195077;
}
a:hover {
	color: #D84B06;
}

