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

body {
	background-color:#88AAAC;
    margin:0; 
    padding:0; 
    text-align:center;
}

#container {
    margin: 0 auto; 
    width: 760px;
    height: 700px;
	background-color:#88AAAC;
}
		 
#logo_banner {
	position:absolute;
	top:10px;
}

#top_section {
	position:absolute;
	top:20px;
	margin: 0 auto;
	width:760px;
	background-color:#FFF;
	height:120px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index:3;
}


