html,body {
	background-color: #787878;
}

#wrapper {
	background-color: #787878;
	height: 1024px;
	width: 1280px;
	margin:0px;
}
#wrapper #lineone {
	background-image: url(../images/longline.png);
	height: 1px;
	width: 1283px;
	margin-top: 50px;
	background-repeat: no-repeat;
}
#wrapper #logo {
	background-image: url(../images/marianetologo.png);
	background-repeat: no-repeat;
	width: 117px;
	height:15px;
	margin-top:20px;
	margin-left:50px;
}
#wrapper #menu a {
	background-image:url(../images/contact.png);
	background-repeat: no-repeat;
	height:10px;
	width: 36px;
	margin-left: 1000px;
}

#wrapper #linetwo {
	background-image: url(../images/longline.png);
	background-repeat: no-repeat;
	height: 1px;
	width: 1283px;
	margin-top:20px;
}
#wrapper #underconstruction {
	background-image:url(../images/under.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 415px;
	margin-right: auto;
	margin-left: auto;
	margin-top:200px;
}

#contact {
	width: 415px;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#contact a {
  font-style: normal;
  text-decoration:none;
  color: #FFFFFF;
}
