BODY
	{
		position: relative;	
		background-image:URL('../../include/image/bg_body_top.jpg');
		background-repeat: repeat-x;
		background-position:top center; 
		background-attachment:fixed;
		color: #000000;
		background-color: #FFFFFF;
		margin:0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
	}
A 		
	{	
		color: #C35C21;
		text-decoration: none;
	}
	
A:hover 	
	{	
		color: #999999;
		text-decoration: underline;
	}	
	
#container
	{
		position:relative;
		background-image:URL('../../include/image/bsvip_logo.png');
		background-repeat: no-repeat;
		background-position:top center;	
		left: 0px;
		top: 20px;
		width:900px;
		min-height: 300px;
		background-color:#FFFFFF;
		z-index: 3;
	}	
	
#main_area
	{
		position: absolute;
		top: 50px;
		left: 560px;
	}	
		

#important_message
	{
		position: fixed;
		width: 100%;
		top:0px;
		z-index: 10;
	}
	
.important_message
	{
		font-size:12px;
		text-align:center;
		background-color:#414141;
		padding:5px;
		color:#C35C21;
		font-weight: bold;
		border-bottom :1px solid #cccccc;
	}