@CHARSET "UTF-8";
/*
 Project: Night Stand HD
 Author : Sourcebits Technologies Pvt. Ltd.
 */
@import "reset.css";

body {
    background-color: #d0cdd5;
    font: normal 14px Helvetica, Arial, sans-serif;
    color: #000000;
}

#wrapper {
    margin: 0 auto;
    min-width: 980px
}

.header {
    background: url("../images/header-bg.png") repeat-x 0 0;
    min-width: 980px;
    height: 223px;
    margin: 0 auto;
    text-align: center;
}

.header h1{
	background: url("../images/logo.png")  no-repeat 0 0;
	height: 223px;
	width: 751px;
	margin: 0 auto;
}

.content {
    background: #d0cdd5 url("../images/content-bg.png") no-repeat 0 0;
    width: 980px;
    height: 688px;
    margin: 0 auto;
}

.clock {
    float: left;
    width: 502px;
    height: 382px;
    padding: 90px 0 0 32px;
	background: url("../images/clock.png") no-repeat 32px 90px;
}

.features {
    float: right;
    padding: 115px 0 0 0;
    width: 285px;
	background: url("../images/features.png") no-repeat 0 115px;
	height: 343px;
}

.coming-soon {
    width: 270px;
    height: 88px;
    margin: 76px auto 0 auto;
    padding-top: 12px;
    background: url("../images/coming-soon.png") no-repeat 0 0;
    font-size: 26px;
    color: #5f2512;
    text-align: center;
	line-height: 31px;
	text-indent: -99999px;
}


/*Footer*/
.footer {
    min-width: 980px;
    height: 36px;
    padding-top: 37px;
    background: #d0cdd5;
    text-align: center;
    font-size: 11px;
    color: #827f86;
}

.footer a {
    color: #827f86;
	text-decoration: none;
	border-bottom: 1px solid;
}

.none{
	display: none;
}
