body 
	{
		background-color: #000000;
		font-family: Arial, Helvetica, sans-serif; 
		margin: 0px;
	}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#container
	{
		position: absolute;
		width:828px;
		left:50%;
		margin-left: -414px;
	}

#title
	{
		position: relative;
		width:828px;
		height:286px;
	}

#main_area
	{
		position: relative;
		background-image:URL('../image/bg_main_r.jpg');
		background-repeat: repeat-y;
		background-position:top center;
	}

.main_area_inner
	{
		position: relative;
		background-image:URL('../image/bg_main_top.jpg');
		background-repeat: no-repeat;
		background-position:top center;
		color: #FFFFFF; 

		font-size: 11px;
	}


#bottom_info
	{
		position: relative;
		color: #CCCCCC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-align: center;
		top: 20px;
	}