/* CSS Document */

html,body {
	font-family:Verdana, Geneva, sans-serif;
	color: black;
	font-size: 10pt;
	background-color: grey;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid red;
}

#header {
	background-image: url('');
	height: 150px;
	border: 1px solid green;
	text-align: center;
}

#menu {
	border: 1px solid blue;
}

#content {
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted red;
	background-color: black;
	width: 600px;
	height: 400px;
	color: black;
}

#footer {
	border: 1px dotted green;
}
