body { background:#272727; color:white; font-family: Myriad Pro, Tahoma, sans-serif; margin:0px; padding:0px;}

#wrap {
	margin:0 auto;
	width:912px;
	background:transparent url(http://customwebsiteproject.com/comingsoon/bg.png) no-repeat;
	height:100%;
	overflow:hidden;
	position:relative;
	height:660px;
}

#inner_wrap {
	padding:0px 30px;
}

/* Header styles */

#header {
	margin-top:55px;
	height:150px;
}

#logo {
	float:left;
}

#contact_info {
	border-left:1px solid #7a7a7a;
	padding-left:35px;
	float:left;
	font-size:14px;
	height:62px;
	line-height:20px;
	margin-top:3px;
	padding-top:20px;
}

/* Under construction section styles */

#under {
	height:295px;
	position:relative;
}

#title {
	background:transparent url(http://customwebsiteproject.com/comingsoon/under.png) no-repeat;
	text-indent:-9999px;
	height:45px;
}

h1 {
	margin-top:21px;
	padding:0px;
}

#message {
	font-size:24px;
	width:525px;
}

#status {
	width:572px;
	height:41px;
	font-size:24px;
	position:absolute;
	bottom:93px;
	padding-left:22px;
	padding-top:4px;
	background:transparent url(images/status.png) no-repeat;
}

/* Graph styles */

#graph {
	bottom:89px;
	height:275px;
	position:absolute;
	right:0;
	width:280px;
}

.p90 {
	background: url(http://customwebsiteproject.com/comingsoon/90.png) no-repeat;
}


/* Link Styles */

a:link,
a:visited {
	text-decoration:none;
	border:0 none;
	color:#61c3f0;
}

a:hover {
	text-decoration:none;
	border-bottom:1px solid white;
	color:#61c3f0;
}


