/********** universal settings ************/

*{
	margin: 0;
	padding: 0;
}

body{
	background: #000 url(../images/tree.gif) center center no-repeat;
	margin: 0;
	padding: 0;
	font-family; verdana, arial, sans-serif;
	font-size: 1em;
	color: #fff;
}

#container{
	margin: 0 auto;
	padding: 80px 0 0 0;
	height: 800px;
}

#container h1{
	text-align: center;
	margin: -25px 0 0 10px;
	padding: 0;
}

#container h2{
	text-align: center;
	margin: 26px 0 0 0;
	padding: 0;
}


a{
	text-decoration: none;
}
a:link, a:active{
	color: #fff;
}
a:visited{
	color: #fff;
}
a:hover{
	background: #ffea6d;
	color: #959595;
	text-decoration: uppercase;
}
