@charset "utf-8";
/* CSS Document */
*{
	margin:auto;
}

body{
	background:url(../img/bg.jpg);
}

img{
	border:0;
}

#main{
	position:absolute;
	width:760px;
	height:400px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -380px;
	text-align:center;
}

#row_nav{
	height:30px;
}

#nav{
	width:550px;
	text-align:center;
}
