/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

body{
	background-color:#001122;
	background-position:center 0px;
	text-align:center;
	background-repeat:repeat-x;
	background-image:url(image/back.jpg);
}

*+html body { padding-left: 1px; }   
* html body { padding-left: 1px; } 

#container{
	width:740px;
	height:700px;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
}

#menu{
	width:740px;
	height:50px;
	top:600px;
	position:absolute;
}

#caution{
	width:720px;
	height:50px;
	top:650px;
	left:10px;
	position:absolute;
}
