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

#body {
	height:100%;
	width:100%;
	position:relative;

}
#all {
	position:relative;
	text-align:center;
	
	left:50%;
	width:700px;
	height:500px;
	background-image: url(../img/back.jpg);

	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -350px;
}
#top {
	width:700px;
	height:62px;
	text-align:right;
}
#center {
	width:700px;
	height:372px;
}
#bot {
	width:700px;
	height:66px;
}
#mail {
	width:184px;
	height:38px;
	display:block;
	float: right;
}
#about {
	width:227px;
	height:60px;
	display:block;
	float: left;
}
