* {
	margin : 0;
	padding : 0;
	list-style-type : circle;
	
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
}

body{
	background : #02091A;
	scrollbar-face-color: #395F78; 
	scrollbar-highlight-color: #395F78; 
	scrollbar-shadow-color: #02091A; 
	scrollbar-3dlight-color: #02091A; 
	scrollbar-arrow-color: #02091A; 
	scrollbar-track-color: #395F78; 
	scrollbar-darkshadow-color: #395F78; 
}

A{
	text-decoration : none;
	font-weight : bold;
	color : #02091A;
	cursor : crosshair;
}

A:hover{
	color : #E6DEC2;
}

A img{
	border : 1px solid black;
	margin : 0;
}

img{
	border : 1px solid black;
}

#frame{
	width : 375px;
	height : 700px;
	display : block;
	margin : 0 auto 0 auto;
	padding : 0;
}


#content p{
	text-align : left;
}

#top{
	background : url(../img/top.jpg) no-repeat;
	width : 451px;
	height : 264px;
	display : block;	
}

#main{
	width : 431px;
	height : 400px;
	
	padding : 10px;
	margin : 0 0 0 0;
	overflow : auto;
	
	position : absolute;
			
	background-color : #395F78;
	
}

#statics{
		width : 431px;
		height : 40px;
		display : block;
		
		background : #395F78;
		border : 0;
		margin : 0 0 0 0;
		
		float : right;
}

#statics p{
		font-size : 7pt;
		text-align : center;
}

#statics a{
		font-size : 7pt;
}