/** Color Note

	Background: #abc27c;
**/

/** Global **/

body{
	background: #abc27c; /*#b3b3b3*/
}

/** Coming soon **/

#comingSoon{
	width:	651px;
    height:	515px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-257.5px 0 0 -325.5px;
    background-image: url(../images/web_cover.jpg);
}

