body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #edd8db;
}
body {
	background-color: #000000;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #edd8db;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #edd8db;
}
a:hover {
	text-decoration: none;
	color: #edd8db;
}
a:active {
	text-decoration: underline;
	color: #edd8db;
}
h1 {
	font-size: 18px;
	color: #edd8db;
	padding-bottom:10px;
	margin-bottom:0px;
}
h2 {
	font-size: 10px;
	color: #424242;
	
}
#wrapper{
width:900px;
background-image: url(../images/moon.gif);
background-repeat:no-repeat;
background-position: top center;
min-height:546px;
text-align:left;
}
#logo{
padding-top:166px;
padding-left:47px;
}
#body{
padding-top:33px;
padding-left:47px;
width:806px;
padding-bottom:0px;
height:260px;
}
#footer{
padding-top:10px;
padding-left:47px;
}
#left{
float:left;
width:340px;
margin-right:50px;
line-height:17px;
}
#right{
float:left;
width:400px;
padding-top:50px;
}
#right img{
padding-bottom:10px;
padding-right:10px;
border:0px;
}
.gradualshine{
filter:alpha(opacity=75);
-moz-opacity:0.75;
}