*{
	margin:		0;
}
html{
	height:		100%;
	background:	#3e1c01;
}
body{
	/* IE7以降,モダンブラウザ用 */
	width:		100%;
	min-width:	300px;
	min-height:	69px;
	/* ここまで */
	height:		100%;
	position:	relative; 
}
#body{
	width:		300px;
	height:		69px;
	position:	absolute;
	bottom:		50%;
	right:		50%;
}
#main{
	width:		300px;
	height:		69px;
	position:	absolute;
	top:		35px;
	left:		150px;
}
