	   body {
		 text-align:center;
		 margin:0;		 
	   }
	   #wincupHome {
		background-image: url('/images/Background.jpg');
		height: 768px;
		width:1024px;		
		background-repeat: no-repeat;
		position:relative;
		z-index:-10;
		align:center;
		/*margin-left: auto ;
		margin-right: auto ;
		padding-left:auto;
		padding-right:auto;		*/
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		
	   }
	
	   #wincupLogo{
		background-image: url('/images/WinCupHLogo.png');
		margin:0px;
		background-repeat: no-repeat;
		position:absolute;
		z-index:60;	
		/*right:0;*/
		left:4;
		height:112px;
		width:216px;
	   }   
	   
	   #wincupMenu {
		position:relative;
		left:0;
		top:105px;
		z-index:-5;
		text-align:left;
		background-image: url('/images/menuBack.png');
		height:27px;
		width:1024px;
	   }
	   
	   #wincupFooter {
		position:absolute;
		left:0;
		bottom:0px;
		/*z-index:-5;*/
		background-image: url('/images/menuBack.png');
		height:27px;
		width:1024px;
		margin-top:auto;
		margin-bottom:auto;
	   }	
	   
	   #wincupFooter p {
		text-align:center;
		vertical-align:middle;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		z-index:100;
		color:white;		
		text-transform:uppercase;	
		margin: 0.7em 0.3em 0.3em 0.3em;
	   }
	   
	   #wincupContent {
		position:absolute;
		left:16px;
		top:186px;
		/*z-index:-5;*/
		text-align:center;
		vertical-align:top;
		background-image: url('/images/content.jpg');
		background-repeat: no-repeat;		
		height:471px;
		width:993px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 13px;
		z-index:4;
		color:white;			   
	   }
	   
  	   #wincupFooter a {
  	   	color:white;
  	   	text-decoration:none;
  	   	padding-top:5px;
		z-index:100;
  	   }
	   
	   #wincupOwned {
		position:absolute;
		text-align:center;
		vertical-align:top;
	    top: 680px;
	    background-image: url('/images/AmericanOwned.png');
		background-repeat: no-repeat;
		z-index:60;	
		margin-left: auto;   /* align for good browsers */		
		margin-right: auto;
		width:169px;
		height:60px;
		left:430px;
	   }

	   #wincupLikes {
		position:absolute;
		text-align:left;
		vertical-align:top;
       	        top: 680px;
		background-repeat: no-repeat;
		z-index:60;	
		margin-left: auto;   /* align for good browsers */		
		margin-right: auto;
		width:169px;
		height:60px;
		left:16px;
	   }
	   
	   #wincupSocial {
	      position:absolute;
		  text-align:right;
		  vertical-align:top;
		  top:60px;
		  z-index:9000;
		  margin-left:auto;
		  margin-right:auto;
		  height:45px;
		  right:25px;
	   }
