body {
	background: #000;
	margin: 0;
	color: #222;
	vertical-align: top;
	font: 11px Arial,Verdana,sans-serif;
}

img {
	border: 0;
}

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

	a:hover {
		text-decoration: underline;
	}
	
#menu {
	font: 18px Arial,Verdana,sans-serif;
	color: #ff0000;
}

#red {
	color: #fff;	
}


#main {
	position: relative;
	width: 400px;
	margin: auto;
	margin-top: 4em;
	background: #062241;
	color: #222;
	border: 3px solid #fff;
	border-radius: 1ex;
	-moz-border-radius: 1ex;
	-webkit-border-radius: 1ex;
	box-shadow: 0px 0px 20px #229aff;
	-moz-box-shadow: 0px 0px 20px #229aff;
	-webkit-box-shadow: 0px 0px 20px #229aff;
	z-index: 10000;
}

	#header {
		height: 243px;
	}
	

	}
		#header a {
			display: block;
			width: 100%;
			height: 100%;
		}
		
		#header img {
			position: relative;
			top: 30px;
			left: 10px;
		}
	
	#content {
		padding: 1ex;
	}