@charset "utf-8";
/* CSS Document */

body
{
	background-color:#000000;
	margin: 0px;
	background-attachment:fixed;
	background-position:top center;
	background-image:url(../images/bg.jpg);
}

#wrapper
{
	position:relative;
	width:880px;
	height:100%;
	margin-top:4px;
	margin-left:auto;
	margin-right:auto;
}

#top .main
{
	position:relative;
	width:880px;
	height:73px;
	background:url(../images/top.jpg) no-repeat top center;
}

#top .sub
{
	position:relative;
	width:880px;
	height:50px;
	background:url(../images/top-shadow.jpg) no-repeat top center;
}

#button
{
	width:880px;
}

#main_content
{
	width:880px;
	background:url(../images/body-bg.jpg) repeat-y center;
}

#main_content #main_text
{
	font-family: Arial, Helvetica, sans-serif;
	margin-left:20px;
	margin-right:20px;
	color:#FFF;
}