/* CSS Document */

html {
	height:100%;
}

body {
	margin:0px;
	height:100%;
	background-color:#FFF;
}

#main {
	margin:auto;
	width:600px;
	height:100%;
	background-color:#F00;
}

#logo {
	width:100%;
	height:150px;
	background-image:url(image/logo_2.png);
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
}

.title {
	margin:auto;
	margin-bottom:15px;
	width:90%;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
}

.content {
	margin:auto;
	margin-bottom:25px;
	width:90%;
	line-height:24px;
	color:#FFF;
	font-size:16px;
	overflow:hidden;
}