body{background:#000;}

	#page{
		margin: 0 0 -1400px;
		background:url(../images/background.jpg) no-repeat scroll 50% 0 transparent;
		height: 940px;
		margin: 0;
		min-width: 1024px;
		position: absolute;
		width: 100%;
		z-index:0;
	}
	
	#container{width:960px; margin:0 auto; position:relative;}
	
	#header{
		height:120px;
		position:absolute;
		margin: 0 auto;
		top:100px;
		left:400px;
	}
	#band{
		background:url(../images/band.jpg) repeat-x;
		height:198px;
		min-width:1024px;
		width:100%;
		position:absolute;
		opacity:0.96;
		top:470px;
		border-top: 2px solid #be9c00;
		border-bottom: 2px solid #be9c00;
	}
	#content{position:absolute;top:470px; width:960px;}
	#logo{
		width:180px;
		height:141px;
		background:url(../images/LogoAdidas.png) no-repeat;
		text-indent:-9999px;
		margin:43px 0 0 30px;
	}
	
	#threeband{
		background:url(../images/borderwhite.png) repeat-y; 
		width:91px; 
		display:block; 
		float:left;
		height:198px;
		left:-136px;
		top:2px;
		position:absolute; 
		opacity: 0.8;
	}
	#title{position:relative;}
	#title a{
	right:60px; 
	top:-115px; 
	position:absolute; 
	font: 44px 'TeXGyreAdventorBold', Arial, sans-serif; 
	text-decoration:none; 
	text-transform:uppercase; 
	color:#fff;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
	}
		#title a:hover{
			color:black;
			text-shadow: 0px 0px 9.4px #FFFFFF, 0px 0px 55.0px #FFFFFF;
		}
	
	h3{
		color:#504a26; 
		top: 0; 
		font-size:44px; 
		font-family: 'TeXGyreAdventorBold', Arial, sans-serif; text-shadow: 0px -3px 3px #000; 
		opacity:.3;
	}
	span{
		text-align:center; 
		display:block;
		font-size:24px; 
		font-family: 'TeXGyreAdventorBold', Arial, sans-serif;
	}
	h4{ 
		position:relative;
		color:white; 
		bottom:0;
		font-size:44px; 
		font-family: 'TeXGyreAdventorBold', Arial, sans-serif; text-transform:uppercase;
	}
	#footer{
		height:120px;
		position:absolute;
		margin: 0 auto;
		top:800px;
		left:235px;
	}