@font-face {
 font-family: Good Times Rg;
 src: url("fonts/goodtimesrg.eot") /* EOT file for IE */
}
@font-face {
 font-family: Good Times Rg;
 src: url("fonts/goodtimesrg.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: 'Gabo';
 src: url('fonts/Gabo.eot');
 src: local('☺'), url('fonts/Gabo.woff') format('woff'), url('fonts/Gabo.ttf') format('truetype'), url('fonts/Gabo.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: Rabie;
 src: url("fonts/BlairMdITC_TT_Medium.eot")
}
@font-face {
 font-family: Rabie;
 src: url("fonts/BlairMdITC_TT_Medium.ttf")
}
@font-face {
 font-family: 'BlairMdITC_TT_Medium';
 src: url('fonts/BlairMdITC_TT_Medium.eot');
 src: local('☺'), url('fonts/BlairMdITC_TT_Medium.woff') format('woff'), url('fonts/BlairMdITC_TT_Medium.ttf') format('truetype'), url('fonts/BlairMdITC_TT_Medium.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	background:#071617;
	margin:0;
	padding:0;
}
a img {
	border:none
}
#site_wrapper {
	width:1000px;
	margin:auto;
	text-align:center
}
#logo {
	background:url(images/logo.png) no-repeat;
	width:618px;
	height:181px;
	margin:60px auto
}
#bg {
	background:url(images/bg.png) no-repeat;
	/*width:827px;
	height:388px;*/
	width:0;
	height:0;
	margin:-30px auto;
	text-align:center;
}
#under {
	font-family:Good Times Rg, Verdana, Geneva, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	color:#fff;
	float: left;
	height: 37px;
	margin: 38px auto;
	text-align: center;
	width: 819px;
}
#email {
	float: left;
	font-family:Gabo, Verdana, Geneva, sans-serif;
	font-family: Gabo;
	font-size: 33px;
	height: 37px;
	margin: 15px auto;
	text-align: center;
	width: 815px;
}
#email span {
	color:#414143
}
#email a {
	color:#1e5064;
	text-decoration:none;
}
#email a:hover {
	color:#2e7997;
}
#time {
	background: url("images/time.png") no-repeat scroll 0 0 transparent;
	height: 82px;
	left: 0;
	position: relative;
	text-align: center;
	top: 177px;
	width: 732px;
}
#time div {
    color: #262D38;
    font-family: Rabie,Verdana,Geneva,sans-serif;
    font-size: 19px;
    left: 100px;
    position: absolute;
    text-align: center;
    top: 30px;
}
#social {
	height: 82px;
	left: 0;
	position: relative;
	text-align: center;
	top: 177px;
	width: 732px;
}
#social #text {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-variant: small-caps;
	left: 220px;
	position: absolute;
	text-align: center;
	top: 18px;
}
#social #network {
	left: 244px;
	position: absolute;
	text-align: center;
	top: 57px;
	height:113px;
}
#facebook {
	background:url(images/social.png) no-repeat -4px -4px;
	width:48px;
	height:48px;
	float:left;
	margin-right:8px;
}
#twitter {
	background:url(images/social.png) no-repeat -60px -4px;
	width:48px;
	height:48px;
	float:left;
	margin-right:8px;
}
#linkedin {
	background:url(images/social.png) no-repeat -116px -4px;
	width:48px;
	height:48px;
	float:left;
	margin-right:8px;
}
#youtube {
	background:url(images/social.png) no-repeat -172px -4px;
	width:48px;
	height:48px;
	float:left;
}
#facebook:hover {
	background-position:-4px -61px;
}
#twitter {
	background:url(images/social.png) no-repeat -60px -4px;
	width:48px;
	height:48px;
	float:left;
	margin-right:8px;
}
#twitter:hover {
	background-position:-60px -61px;
}
#linkedin {
	background:url(images/social.png) no-repeat -116px -4px;
	width:48px;
	height:48px;
	float:left;
	margin-right:8px;
}
#linkedin:hover {
	background-position:-116px -61px;
}
#youtube {
	background:url(images/social.png) no-repeat -172px -4px;
	width:48px;
	height:48px;
	float:left;
}
#youtube:hover {
	background-position:-172px -61px;
}

/*--------------------------------------------------------------------------------------------------------------------*/


.countdown_section{ 
	width:140px;
	margin:30px -5px;
	border-radius:70px;
	height:140px;
	text-align:center;
}
.countdown_amount{
	margin:25px;
	color:#262D38;
	font-size:19px;
	text-align:center;
}
.countdown_day{
	text-align:center;
	font-size:19px;
	color:#262D38;
	text-transform:lowercase;
}
