﻿body
{
	height:100%;
	
	
	
	
}
html
{
	height:100%;	
	
}
form
{
	
	height:100%;
	
}

  

#wrapper {
	text-align:center;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 100%;
	height:100%;
	margin-left:10%;
	margin-top:2%;
	
	
	
}


#header {
	margin: 0 0 0 0;
	
	width:100%;
}

#side-a {
	float: left;
	width: 10%;	
	background: #2E5395;
	
	
	
}

#side-b {
	float:right;
	width: 10%;	
	background: #2E5395;
	
	
}

#content { 
	float: left;
	background-color: White;   
    background-position:left top;
    background-repeat:no-repeat;  
        
}
#footer {
	clear: both;
	
	
	
}	


#container
{
    
}