@charset "utf-8";
/* CSS Document */

body {background-image: url("http://ascoder.com/bg1.jpg")}
a:link { color: #C3D9DE; text-decoration: none }
a:active { color: #999999; text-decoration: none }
a:visited { color: #C3D9DE; text-decoration: none }
a:hover { color: #999999; text-decoration: none }
h3{ text-decoration: none; font-family: verdana; color: #C3D9DE; font-weight: bold}
p{ text-decoration: none; font-family: verdana; font-size: 12; color: #C3D9DE; }
#horizon        
	{
	text-align: left;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block;
	}
#content    
	{
	width: 550px;
	height: 400px;
	margin-left: -275px;
	position: absolute;
	top: -200px;
	left: 50%;
	visibility: visible;
	p{ text-decoration: none; font-family: verdana; font-size: 12; color: #C3D9DE; }
	}