body
{
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, Verdana;
	text-align:center;
	color: #ffffff;
	background-image:url(stars.gif);
	width:99%;
}

h3
{
    padding: 0;
    position: relative;
    top: 0px;
}

iframe
{
    background-color: Black;
}

#container
{
	width: 800px;
	margin: 10px auto 10px auto;
	border: 1px solid #666666;
	hight:auto;
	background-color:#000000;
}

#header
{
	bckground-image: url(header.jpg);
	height: 120px;
}

#menu
{
	width:800px;
	height: 22px;
	background: #525252;
}

#menulist
{
	text-align:center;
	border: 0px solid #666666;
	margin: 1px 0 0 0;
	padding:0px;
}

#menulist li
{
	list-style:none;
	display:inline;
}

#menulist a
{
	color: #fd90fb;
	font-weight: bold;
	padding: 0 7px;
	text-decoration:none;
}

#menulist a:hover
{
	text-decoration:underline;
	color:#ffd7fe;
}

#content
{
	margin: 20px 20px 20px 20px;
	text-align: justify;
	min-height:500px;
	font-size: 12px;
	line-height: 15px;
}

#content img
{
	padding: 0;
	border: 1px solid #666666;
	margin: 0;
}
