@charset "UTF-8";
/* CSS Document */

body {
	background:#000 url(../images/body_bg.jpg) no-repeat center top;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	}

#container {
	width:960px;
	margin:auto;
	background:url(../images/container_bg.png) repeat-y top center;
	}

#net_bg #main {
	width:906px;
	margin-left:30px;
	background: url(../images/header_bg.jpg) no-repeat top center;
	}

#footballer_bg #main {
	width:906px;
	margin-left:30px;
	background: url(../images/footballer_header_bg.jpg) no-repeat top center;
	}

#dribble_bg #main {
	width:906px;
	margin-left:30px;
	background: url(../images/dribble_bg.jpg) no-repeat top center;
	}

#trophy_bg #main {
	width:906px;
	margin-left:30px;
	background: url(../images/trophy-bg.gif) no-repeat top center;
	}

#crowd_bg #main {
	width:906px;
	margin-left:30px;
	background: url(../images/crowd_bg.jpg) no-repeat top center;
	}

#stadium_bg #main {
	width:906px;
	margin-left:30px;
	background: url(../images/statdium_bg.jpg) no-repeat top center;
	}

#splash_content {
	background:url(../images/hp_content_bg.gif) no-repeat -220px 170px;
	padding:320px 0 0 0;
	}

#content {
	padding:320px 50px 50px 50px;
	}

/* ABOUT CONTENT */
#footballer_bg #content {
	background: url(../images/about_splash.gif) no-repeat -180px 160px;
	padding:320px 50px 50px 50px;
	}

/* GAME CONTENT */
#dribble_bg #content {
	background:url(../images/hp_content_bg.gif) no-repeat -220px 170px;
	padding:320px 50px 50px 50px;
	}
	
/* FORUM CONTENT */
#crowd_bg #content {
	background:url(../images/hp_content_bg.gif) no-repeat -220px 170px;
	padding:320px 50px 50px 50px;
	}

/* CONTACT CONTENT */	
#stadium_bg #content {
	background:url(../images/hp_content_bg.gif) no-repeat -160px 170px;
	padding:320px 50px 50px 50px;
	}
	
#about_content {
	width:500px;
	margin-left:50px;
	}

#forum_content {
	height:400px;
	}

#mainNavigation {
	height:126px;
	width:784px;
	margin:0 auto 20px auto;
	}

#hp_top_content {
	}

#hp_left {
	float:left;
	width:390px;
	}

#hp_right {
	float:left;
	}
#order_links {
    float:left;
	width:390px;
    }
.order_images {
	margin-left:0px;
	}
#boardgame_pic {
	width:515px;
	height:350px;
	float:right;
	}

#footer {
	position:absolute;
	width:858px;
	margin:0 auto;
	height:100px;
	}

#order_form {
	padding-left:20px;
	width:200px;
	}

#paypal_img {
	margin-left:60px;
	}

.game_bg {
	background: url(../images/family.gif) no-repeat 0 200px;
	height:700px;
	}


	
/* GLOBAL STYLES */

.clearfix {
	clear:both;
	}