body
	{
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-color: #c5d6df
	}

.stage
	{
	width:1210px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left:-605px;
	}
	
.gear
	{
	position:absolute;
	left: 50%;
	margin-left:-605px;
	}

.contact
	{
	position: absolute;
	margin-left:740px;
	margin-top:70px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	}
	
.projectname
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	text-align:right;
	max-width: 800px;
	}
	
.nav
	a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	text-decoration:none;
	}
	a:hover {
  	color:#ff9933;
	}
