body {
background-image:url(required_images/main_bg.jpg);
background-repeat:no-repeat; background-position:top center;
background-color:#bbc4cb;
}

* {
   margin: 0;
   padding: 0;
}

/* macs won't see this! \*/
html, body {
   height:100%;
   width:100%;
}
/* END mac */

#css_table{
   height:100%;
   width:100%;
   display:table;
   vertical-align:middle;
  
}

#css_table_cell {
   display:table-cell;
   vertical-align:middle;
}


#wrapper {
   width: 950px;
   height: 610px;
   margin-top:30px;
   margin-left:auto;
   margin-right:auto;
   background-image:url(required_images/menu_bg.jpg);
   background-repeat:no-repeat;
   
   border:1px solid #000000;
}
#wrapper_vs0 {
   width: 950px;
   height: 610px;
    margin-top:30px;
   margin-left:auto;
   margin-right:auto;
   background-image:url(required_images/menu_bg_0.jpg);
   background-repeat:no-repeat;
   
   border:1px solid #000000;
}


#wrapper_vs1 {
   width: 950px;
   height: 610px;
   margin-top:30px;
   margin-left:auto;
   margin-right:auto;
   background-image:url(required_images/menu_bg_1.jpg);
   background-repeat:no-repeat;
   
   border:1px solid #000000;
}


#wrapper_vs2 {
   width: 950px;
   height: 610px;
   margin-top:30px;
   margin-left:auto;
   margin-right:auto;
   background-image:url(required_images/menu_bg_2.jpg);
   background-repeat:no-repeat;
   
   border:1px solid #000000;
}





#headermenu { 
					width:100%;
					height:75px;
				}




			
	#leftmenu { float:left;
				height:525px;
				width:175px;
				
			}




#rightmenu { float:right;
				height:455px;
				width:175px;
				padding: 10px 15px 0px 10px;
			
				
			}
				

#content	 {
position: relative;
float: left;

width:560px;
height: 475px;
}


