
body {
	margin: 0px;
	text-align: center;
	background: url(/img/bg-soon.png) no-repeat top center;
	background-color: #000000;
	font-size: 11px;
	font-family: verdana, arial, sans serif;
	color: #dddddd;
}

#container {
	text-align: center;
}	

.ghost {
        display: block !important;
        background-color: transparent !important;
        background-image: none !important;
        border: none !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
        padding: 0 0 0 0 !important;
        margin: -1px 0 0 -1px !important;
        list-style: none !important;
        float: none !important;
        position: absolute;
}

#welcome {
}

#content {
	margin-top: 375px;
}

#info {
}

#info h1, #info h4 {
	color: #b8b8b8;
}

#info a {
	/*display: block;
	margin-auto;*/
	height: 19px;
	line-height: 19px;
	text-decoration: none;
	color: #ffffff;
}

#info a:hover {
	color: #b8b8b8;
}

#contact {
	margin: 50px auto;
	width: 250px;
}

#contact a.mail {
	display: block;
	padding-left: 40px;
	/*margin-auto;*/
	height: 19px;
	line-height: 19px;
	text-decoration: none;
	background: url(/img/ico-mail.png) no-repeat bottom left;
	color: #7b7b7b;
}

#contact a.mail:hover {
	background: url(/img/ico-mail.png) no-repeat top left;
	color: #ffffff;
}

#contact a.phone {
	display: block;
	padding-left: 40px;
	margin-auto;
	height: 19px;
	line-height: 19px;
	background: url(/img/ico-phone.png) no-repeat bottom left;
	text-decoration: none;
	color: #7b7b7b;
}

#contact a.phone:hover {
	background: url(/img/ico-phone.png) no-repeat top left;
	color: #ffffff;
}

img.logo-cdl {
	border: 0;
	margin-top: 40px;
}

