body {
	background-color: #0076A2;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	font-family: arial;
	font-size: 14px;
	}

a {
	color: #33C7FF;
	text-decoration: none;
	}

a:hover {
	color: #ffffff;
	}

#container {
	text-align: center;
	}

#inside {
	width: 800px;
	text-align: left;
	margin: auto;
	background-image: url(background.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	}

#header {
	height: 100px;
	width: 800px;
	}

#menu {
	text-align: left;
	height: 250px;
	width: 700px;
	}

#menuin {
	margin-top: 10px;
	margin-left: 0px;
	z-index: 1px;
	}

#body {
	text-align: right;
	height: 680px;
	width: 800px;
	}