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

#background {
	background: url(../img/background.jpg) center top;
	background-repeat:no-repeat;
	height: 700px;	
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	}
	
#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top: 126px;
	width: 913px;
}

#top {
	background-image:url(../img/spot-the-ball.jpg);
	background-repeat: no-repeat;
	width: 913px;
	height: 138px;
}

#btn {
	width: 437px;
	height:59px;
	margin-left:27px;
	margin-top:26px;
}

#body {
	background-image:url(../img/box-body.jpg);
	background-repeat:repeat-y;
	width: 913px;
	height: 400px;
}

#end {
	background-image:url(../img/box-bottom.jpg);
	background-repeat:no-repeat;
	width: 913px;
	height: 17px;
}

#nav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006699;
	margin-left:28px;
	margin-top:117px;
	font-weight:bold;
	position:absolute;
	width: 180px;
}

#nav a{
	color:#006699;
	text-decoration:none;
}

#nav a:hover{
	color:#666666;
	text-decoration:none;
}

#flash {
	height: 380px;
	width: 876px;
	margin-left:21px;
	margin-top:10px;
	position:absolute;
}

#flash2 {
	height: 380px;
	width: 869px;
	margin-left:28px;
	margin-top:10px;
	position:absolute;
	overflow:auto;
	overflow-x: hidden;
	-ms-overflow-: hidden;
}

#txt {
	margin:0;
	padding:0;
	height: 380px;
	width: 840px;
}


#flash2 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	font-weight:bold;
	
}

#flash2 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
	font-weight:bold;
	
}

#flash2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

#flash2 a{
	color:#006699;
	text-decoration:none;
}

#flash2 a:hover{
	color:#006699;
	text-decoration:underline;
}