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

#mainbody{
	width:780px;
	height: auto;
	margin: auto;
}

#logo{
	width:780px;
	height: 100px;
	margin: auto;
	background-color:#f562b0;
}

#nav{
	width:780px;
	height: 28px;
	margin: auto;
	background-color:#FF3399;
}

#content{
	width:770px;
	height: auto;
	margin: auto;
	filter: alpha(opacity=70, style=0);
	padding: 5px;
	background-image: url(images/bg.png);
	}

#footer{
	width:770px;
	height: 50px;
	margin: auto;
	background-color: #F562B0;
	padding: 5px;
}
