body{
/**
* Good Practise to set Body Margin and Padding to kosong song
**/
	padding: 0px;
	margin: 0px;
	background: none repeat scroll 0 0 #003663;
    color: #ebebeb;
    font: 13px 'trebuchet ms',arial,sans-serif;
}

/**
* Tricky Tricky LOL please don't ask me this.
*/
html{ 
	height: 100%;
}

img { border: 0;}

#bg-img
{
	width:980px;
	height:600px;
	margin:0 auto;
	background: url(images/comingsoon.jpg);
}

#addressblock
{
	width:500px;
	text-align:center;
	margin:0 auto;
	padding:80px 0 40px 0;
	
}

/* jQuery Countdown styles 1.5.11. */
.hasCountdown {
	border: 1px solid #000;
	background-color: #001e37;
	width:600px;
	height:85px;
	margin:0 auto;
	
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 16px;
	text-align: center;
	padding:10px 0 15px 0;
}

.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
