@charset "utf-8";
/* CSS Document */

@import url('reset.css');

.clear {
	clear:both;
}

.textRight {
	text-align:right;
}



body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#333;
	padding-bottom:40px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width:840px;
}

#header-bg {
		background-image:url(../img/rm.jpg);	
		height:270px;
		width:360px;
		display:block;
		text-indent:-9999px;
		margin-top:50px;
		margin-bottom:20px;
		margin-left: auto;
		margin-right: auto;
}

		
#main-content {
	clear:both;
	background-repeat:no-repeat;
	height:auto;
}

	#main-content #text {
		float:left;
		display:inline;
		width:760px;
	}
	
		
	#footer {
		font-size:11px;
		padding-top:30px;
	}
	
		
	#countdown {
		display:none;
		width:840px;
		margin-left:40px;
	}
	
		#countdown .countdown-item {
			float:left;
			display:inline;
			width:150px;
			height:150px;
			background-image:url(../img/countdown-bgg.gif);
			background-repeat:no-repeat;
		}
	
			#countdown .countdown-item h2 {
				font-size:20px;
				color:#fff;
				text-transform:uppercase;
				text-align:center;
				padding-top:10px;
			}
			#countdown .countdown-item p {
				color:#000;
				text-align:center;
				font-size:90px;
				line-height:80px;
				padding-top:20px;
			}