/*
 * #B7C8C4 - bg image color
 */

body {
	background: #F0F1EC;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
}

#main {
	background: white url(../images/happy2.gif) no-repeat 0px left;
	border: solid #B7C8C4 1px;
	min-height: 400px;
}

#soon {
	background: white url(../images/happy2.gif) no-repeat top left;
	padding: 30px 0 30px 0;
	/*height: 300px;*/
	border: solid #B7C8C4 1px;
}

#soon .inside
{
	margin-top: 10px;
	margin-left: 150px;
	margin: 10px 30px 10px 150px;
}

.r {
	float: right;
	display: inline;
	margin-left: 8px;
	margin-bottom: 8px;
}

.l {
	float: left;
	display: inline;
	margin-right: 8px;
	margin-bottom: 8px;
}

#main .inside h1 {
	margin-top: 40px;
}

p.indent {
	margin-left: 20px;
}

table td {
	vertical-align: top;
}

#counter {
    width: 950px;
    margin: 0 auto;
}

#counter span {
    /*background: #B7C8C4;*/
    padding: 1px 3px;
    font-size: 12px;
    /*color: white;*/
    font-family: monospace;
    font-weight: bold;
}

