@import "main.css";

#main {
	height: 400px;
	width: 800px; 
}

#header {
	display: none;
}

#content {
	background-repeat: no-repeat;
	
	border-width: 1px;
	border-style: solid;
	
	width: 600px;
	height: 420px;
}

#menu {
	float: right;
}

.menu {
	margin-bottom: 4px;
}