html, body {
	height: 100%;
}

body  {
	background-color : #000000;
	color : #cc0000;
	font-family : Arial;
	margin:0;
	padding:0;
	text-align: center;
}

h1 {
        font-size:24px;
        margin:0;
        font-weight:normal;
        text-transform:uppercase;
        letter-spacing:0.1em;
}

a {
	color:#ffffff;
	text-decoration:none;
}

a:active, a:hover, a:focus, .active {
        color:#810000;
}
a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

#main {
	width: 600px;
	height: 400px;
	text-align: left;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
        -webkit-border-top-left-radius: 20px;
	border: 1px solid #810000;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -320px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -220px; 
	/* Half the height of the DIV tag which is also 50 pixels */
	padding: 20px;
}

#content {
	color:#666666;
	margin-top:40px;
}

#content a {
	color:#666666;
}

#content ul {
	line-height:30px;
} 

