body {
	margin-left: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}

.main {
	width: 100%;
	height:550px;
}

.top {
 background-image: url(assets/template/top_bg.jpg);
 width:758px;
 height:245px;
 background-repeat:no-repeat;
 z-index:0;
 }
 
 .middle{
 width:758px;
 height:245px;
 background-repeat:repeat-y;
 background-image:url(assets/template/body_bg.gif);
 z-index:0;
  }
 
 
 .bottom{
 width:758px;
 height:38px;
 z-index:0;
 background-repeat:repeat-y;
 background-image:url(assets/template/bottom_bg.gif);
 background-repeat:no-repeat; 
  }
 
 
 .unclealbert{
	position: absolute;
	width:180px;
	height:176px;
	top:0px;
	left:91px;
	background-image:url(assets/template/unclealberts.jpg);
	background-repeat:no-repeat;

 }
 
 .style1{
 		color: #FAE58B; 
 		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; padding:5px 15px;
		
		}
 
