body {
	background: #0801BA;
	font-family: snap, clean, fixed, terminali, "courier new";
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}

#logo {
	width: 300px;
}

#background {
	width: 768;
	height: 528;
}

#content {
	margin: 0px;
	width: 60%;
	text-align: left;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 7px;
	position: absolute;
	left: 10%;
	top: 220px;
	background: silver;
}

#header {
	margin: 0px;
	width: 60%;
	text-align: center;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 7px;
	position: absolute;
	left: 10%;
	top: 180px;
	background: silver;
}

#menu {
	margin: 0px;
	width: 15%;
	text-align: left;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 7px;
	position: absolute;
	left: 73%;
	top: 180px;
	background: silver;
}

#copyright {
	position: absolute;
	color: white;
	bottom: 10px;
	right: 10px;
}

#copyright a {
	color: white;
}

#copyright a:link {
	color: white;
}

#copyright a:active {
	color: white;
}

#copyright a:hover {
	color: yellow;
}

hr {
	border-top: 1px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
}

a {
	color: #333333;
}

a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:active {
	text-decoration: none;
	color: blue;
}

