@charset "UTF-8";
* {
	width: 960px;
}
#wrapper {
	width: 960px;
	background-color: #CCC;
	position: fixed;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#wrapper #logo {
	background-color: #FF0;
	height: 200px;
	width: 960px;
}
#wrapper #navigation {
	background-color: #930;
	height: 100px;
	width: 960px;
}
#wrapper #main-left {
	width: 750px;
	background-color: #009;
	height: 300px;
	float: left;
	clear: both;
}
#wrapper #main-right {
	background-color: #3C9;
	width: 200px;
	float: right;
}
#wrapper #footer {
	height: 50px;
	background-color: #FF6;
}
