@charset "utf-8";
body {
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

* { 
	margin: 0; 
}

#top {
	background-color:#999;
	padding: 50px 65px 50px 65px;
	width: auto;
	height: auto;
}

#top2 {
	background-color:#FC3;
	width: auto;
	height: 30px;
}

#middle {
	background-color:#FC3;
	padding: 50px 35px 90px 65px;
	width: auto;
	height: auto;
}

#middle2 {
	background-color:#999;
	padding: 25px;
	width: auto;
	height: auto;
	padding-bottom: 25px;
}

#bottom {
	background-color:#999;
	padding: 35px 35px 35px 65px;
	width: auto;
	height: auto;
	text-align: right;
}

#box {
	width: 330px;
	float: right;
	text-align:justify;
	height: 380px;
}

