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

body {
	background-repeat:no-repeat;
	background-color:#0071bc;

}
.bodyContainer{
	width:814px;
	height:auto;
	margin:0px auto;
	}
.imgHolder{
	height:433px;
	width:814px;
	margin:0px 0px 0px 0px;
	}
.textHolder{
	height:30px;
	width:814px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	}
.textHolder a{
	color:#FF0;
	font-size:14px;
	margin:0px auto;
	text-align:center;
	text-decoration:none;
	}
.textHolder a:hover{
	color:#FFF;
	text-decoration:underline;
	}
