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

.header{
	display: none;
	
	}
.menu{
	width: 95%;
	height: 40px;
	float: left;
	background-color: #333;
	margin-bottom:2%;
	margin: 0 auto;
	}
.content{
	width: 95%;
	height: 200px;
	background-color: #090;
	margin-bottom:2%;
	float: left;
	}
.footer{
	width:90%;
	height: 20px;
	text-align: center;
	margin: 0 auto;
	clear: both;
	float: left;
	}