
body {  
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		
		background: url(images/back_grnd3.jpg) no-repeat 50% 0px;
		background-color:#2E98B0;
		text-align:center;
	}

#box {
		display:table; 

		text-align:center;

		margin:0px auto;
		
		width:795px;
		height:auto;
		
		border:none;

		padding:0px 0px 0px 0px;
		background-color:white;
}

#main {
	
		display:table; 

		margin:0px auto; 
		
		width:769px;
		height:auto;

		text-align:left;
		border:none;
		
		padding:0px 0px 0px 0px;
}


