body {
	background-color: black;
	color: white;
	margin: 0;
	padding: 0;
}

#page {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 900px;
	height: 170px;
	background-color: #212121;
}

#menu {
	width: 900px;
	height: 20px;
	margin-bottom: 5px;
}

#left {
	width: 190px;
	position: absolute;
	left: 0;
	top: 200px;
	
}

#content {
	position: relative;
	width: 480px;
	margin-left: 200px;
}

#right {
	width: 190px;
	position: absolute;
	left: 710px;
	top: 200px;
	
}

#footer {
	width: 900px;
	height: 50px;
	background-color: #000;
}

