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

body{
	background : #000000;
}

A{
	text-decoration : none;
	font-size : 16pt;
	font-weight : bold;
	color : #03b9cf;
}

A:hover{
	text-decoration : none;
	font-style : italic;
	color : #ffffff;
}

A img{
	border : 0;
	margin : 5px;
}

img{
	border : 0;
}

#frame{
	width : 900px;
	height : 800px;
	display : block;
	padding : 0;
	margin : 0 0 0 150px;
	border : 0;
}

#content p{
	text-align : left;
}

#top{
	background : url(../img/top2.jpg) no-repeat;
	width : 895px;
	height : 532px;
	border : 0;
	margin : 0;
	display : block;	
}

#main{
	height : 300px;
	width : 800px;
	padding : 5px;
	margin : 0 0 0 50px;
	overflow : auto;
	border : 0;
	position : absolute;
	float : left;			
}

#bottom{
	height : 35px;
	width : 560px;
	padding : 5px;
	margin : 250px 0 0 160px;
	overflow : auto;
	border : 1px dotted #e90cc8;
	position : absolute;
	float : left;			
}