/* CSS Document */

body {
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #E4EFFA;
	background-position: center center;
}
.center {
	height: 496px;
	width: 778px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -248px;
	margin-left: -389px;
}
.down {
	background-image: url(images/downbg.gif);
	background-repeat: repeat-x;
	height: 62px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-left: 50px;
	margin-top: 10px;
	color: #FFFFFF;
}
.main {
	height: 434px;
	width: 778px;
	background-image: url(images/mainbg.jpg);
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration: underline;
}