
#body		 {
			  background-color: #000;
			  }
			  
#wrapper	{
			width: 100%;
			height: 100%;
			height: auto;
			text-align: center;
			background: url("../images/background_tile.jpg") repeat-x #0a1029;
			}
			
			  
#top_1		{
			clear: both;
			width: 910px;
			height: 100px;
			margin-left: auto;
			margin-right: auto;
			background: url("../images/top_1.jpg") no-repeat;
			}
			
#top_2		{
			clear: both;
			width: 910px;
			height: 100px;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			background: url("../images/top_2.jpg") no-repeat;
			}	
			
#top_2 a	{
			position: relative;
			font-size: 0.7em;
			font-weight: 600;
			color:#17baf7;
			top: 22px;
			left: 132px;
			}
			
#top_2 a:hover	{
			color:#FFFBF0
			}
			
#top_3		{
			clear: both;
			width: 910px;
			height: 80px;
			margin-left: auto;
			margin-right: auto;
			background: url("../images/top_3.jpg") no-repeat;
			}	
			
#container     {
				width: 910px;
				margin-left: auto;
				margin-right: auto;
				background: url("../images/content_tile.jpg") repeat-y;
				}
				
#reviews		{
				float: left;
				width: 148px;
				margin-left: 62px;
				}
				
#content		{
				float: right;
				width: 680px;
				margin-left: 0px;
				
				}
				
#contentleft	{
				float: left;
				width: 420px;
				margin-left: 5px;
				background: #fff;
				}
				
#contentright	{
				float: right;
				width: 170px;
				margin-right: 56px;
				text-align: center;
				}
				
#footer			{
				clear: both;
				margin-left: auto;
				margin-right: auto;
				width: 910px;
				height: 70px;
				background: url("../images/footer.jpg") repeat-no;
				
				}
				
h3				{
				font-size: 0.7em;
				color: #FFFBF0;
				}
			
					
