/* CSS Document */

html, body{
	height: 100%;
	width: 100%;
	background-position: center;
	background-color: #FFFFFF;
}

body{
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	text-align:center;
	background-repeat:no-repeat;
	background-color:#CCCCCC;
	}
#main{
margin:auto;
width:100%;
height:100%;
}
#top{
height:465px;
width:700px;
margin:auto;
padding:0px;
background-color:#1b1a1a;
background-position: center top;
text-align:center;
background-repeat:no-repeat
}
#menu{
height:39px;
width:700px;
margin:auto;
padding:0px;
text-align:left;
}
