BODY
	{
		background-image:url(../../../include/theme/image/bg.jpg);
		background-repeat: no-repeat;

		background-position:top center;
		background-color:#3C1100;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;		
		color:#FFF;
	}
A:active, A:link, A:visited
	{
		color:#9DD7E2;
		text-decoration:none;		
	}
	
A:hover
	{
		color:#C78B11;
		text-decoration:none;
	}
#content
	{
		position:absolute;
		left: 50%;
		top:30px;
		width:800px;
		margin-left:-400px;
	}
	
.title_flash
{
		position:absolute;
		left:40px;
		top:43px;
		z-index:5;	
}

.main_area
{
		background-image:url(../../../include/theme/image/bg_main_r.jpg);
		background-repeat: repeat-y;

		background-position:top center;
}

.bottom_stuff
{
		width:750px;
		height:57px; 
		background: url(../../../include/theme/image/bg_bottom.jpg);
		font-size:10px;		
		text-align:right;	
		padding-right:40px;	
}