@charset "utf-8";
/* CSS Document */

body{
	background-color: #6f6f6f;
	text-align: center;
}

#container{
	text-align: center;
}

#header{
    margin-top: 30px;
	margin-bottom: 6px;
}

#content{
	text-align: center;
	margin: auto;
	margin-top: 6px;
	background-color: #4a4a4a;
	height: 288px;
	width: 960px;
	
}

#left{
	float: left;
}

#right{
	float: left;
}