body 
{
	font: 75% 'Lucida Sans', Helvetica, Sans-Serif; /* Resets 1em to 10px */
	color: #ccc;
	text-align: center;
	margin:0px;
	background: black url(sky.jpg) no-repeat top right;
}

#box
{
	text-align: left;
	margin: 0 auto;
	padding: 40px;
	background:#152944;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	border: 1px solid #999;
	width:340px;
	margin-top:220px;
}
h1 
{
    font-size:200%;
	color:White;
	margin-right:10px;
}

a, a:visited
{
    color:white;
    text-decoration:underline;
}

a:hover 
{
    text-decoration:none;
}