@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
/*	text-align: center;*/
	background-color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10%;
	margin-left: 11%;
}

#top {
	position: static;
	height: 521px;
	width: 780px;
	top: 0;
	/*left: 10%;*/
	background-image: url(../images/one.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#two {
	position: static;
	height: 497px;
	width: 780px;
	top: 522;
	/*left: 10%;*/
	background-image: url(../images/two.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#three {
	position: static;
	height: 345px;
	width: 780px;
	top: 1019;
	/*left: 10%;*/
	background-image: url(../images/three.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#four {
	position: static;
	height: 399px;
	width: 780px;
	top: 1364;
	/*left: 10%;*/
/*	background-image: url(../images/four.png);
	background-repeat: no-repeat;*/
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/*#nav {
	postion: static;
	height: 20px;
	width: 755px;
	top: 521;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-size: 80%;
	padding-left: 25px;
}

#content {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 40px;
	width: 700px;
	font-size: 90%;
	line-height: 1.5;
}

#scoreboard {
	position: static;
	top: 551px;
	height: 778px;
	width: 780px;
	background-image: url(../images/scoreboard.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
} */