@charset "utf-8";
/* CSS Document */

body {
	background-color: #7ec298;
	margin-top: 0px;
	background-image:url(images/bg_repeat_vert.jpg);
	background-repeat:repeat-x;
}

#container{
	width:754px;
	margin:auto;
	}
	
#header{
	width:754px;
	height:173px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	}

#content_container{
	width:479px;
	height:393px;
	padding-top:20px;
	padding-left:137px;
	padding-right:138px;
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
	}
	
#game_container{
	width:480px;
	height:360px;
	background-color:#000000;
	}
	
#tagline{
	width:754px;
	height:119px;
	background-image:url(images/tagline.jpg);
	background-repeat:no-repeat;
	}
	
#footer{
	width:754px;
	height:63px;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-y;
	}
	
#footer_cap{
	width:754px;
	height:11px;
	background-image:url(images/footer_bttm.jpg);
	background-repeat:no-repeat;
	}
	
#foot_links{
	width:714px;
	padding:20px 20px 20px 20px;

	}