* {
	margin: 0px;
	padding: 0px;
	}

body {
	padding-top: 0px;
	background-color: #ef8a2d;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	}
	
#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -425px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 850px;
	height: 600px;
	visibility: visible
	}	
	
#horizon {
	text-align: center;
	position: absolute;
	top: 5%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block
	}

a {
	font-weight:bold;
	color:#faa61a;
	text-decoration:none;
	}

a:hover {
	font-weight:bold;
	color:#ffffff;
	}

p{	
	margin: 20px 0px 20px 0px;
	line-height: 16px;
	font-size: 14px;
	}
	
.bold {
	font-weight:bold;
	}

.center {
	text-align:center;
	}

.clear {
	clear:both;
	}

.left {
	text-align:left;
	}

.orange-text {
	color:#faa61a;
	font-weight:bold;
	}
	
#main {
	background-image:url(images/main.jpg);
	width: 850px;
	height: 850px;
	z-index: -1;
	}
	
#main-text {
	width: 850px;
	height: 50px;
	position: relative;
	top: -20px;
	}
	
#main-footer {
	width: 850px;
	height: 50px;
	position: relative;
	top: -40px;
	}	
	
#wrapper {
	margin: 0px auto;
	width:873px;
	}