@charset "utf-8";
body {
	background-color: #364c37;
	margin:0px;
	padding:0px;
	background-image: url(../images/base.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
#wrap{
	width:950px;
	margin:175px auto 15px auto;
	padding:0px;
}

#nav{
	text-align:canter;
	margin-bottom:12px;
}

#nav a{
	font-size:14px;
	color:#000000;
	text-decoration:none;
	margin:0px 10px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#cont{

}
#cont p{
	line-height:145%;
}

#contestbutt {
	float:left;
	width:950px;
	height:100px;
}
