@charset "UTF-8";

/***********FONT***************/


/*********** LAYOUT ***********/
body {
	background-color: #fff;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 50px;
	height: auto;
	margin-bottom: 30px;
}

#header {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
}
