* {
margin: auto;
}

body {
background-color: #f6f6f6;
}

.clear {clear: both}
.floatleft {float: left}
.floatright {float: right}

html, body {overflow: auto; overflow-x: hidden; border: 0px; padding: hidden; margin: 0px; height: 100%}

#wrap {
float: none;
width: 760px;
}

#content {
float: left;
width: 760px;
height: 540px;
background-image: url(../Output/images/comingSoon/cominsoonV8.png)
}

#menu {
float: left;
margin-left: 325px;
margin-top: 388px;
}

ul{
list-style: none;
}

ul li {
display: block;
padding: 5px;
}

ul li a {text-indent: -9999px;
					padding: 0px;
					display: block;
					height: 34px;
					float: left;
					}
					ul li a.mail {background: url(../Output/images/comingSoon/mailBtn.png) no-repeat center center; width: 106px;}

										
					ul li a.mail:hover, ul li a.mail:active {background-position: center center;}
