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

#content {
	width:750px;
	margin:0 auto;
}

#header {
	height:150px;
	text-align:center;

}


#left {
	float:left;
	width:550px;
	margin-bottom:10px;
}

#right {
	float:right;
	width:200px;
}