@charset "UTF-8";
/* CSS Document */

body {
	background:url(bluebgr.png);
	background-repeat:repeat-x;
margin:0;
padding:0;
height:100%;
background-color:#00127d;
} 

#center {
    width: 800px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -400px;
	height:100%;
}

#left {
	
	position: absolute;
    top: 0px;
    right: 50%;
    margin-right: 400px;
	height:100%;
	width:20px;
}

#right {
	
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 400px;
	height:100%;
	width:20px;
}

#middle {
	
	height:100%;
	vertical-align:middle;		
}


