
body { 
	background:#3e3630 url(../images/bg.jpg) no-repeat top center; 
	padding:0; 
	margin:0; 
	height: 100%; 
	font-family: Tahoma; 
	font-size: 12px;
}

#wrapper {
	width: 1000px;
	margin:0 auto;
}

#top {
	width: 1000px;
	height: 218px;
}

#logo{
	width: 358px;
	height: 165px;
	margin: 0 auto;
	padding-top: 33px;
}

#timer {
	width: 400px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 30px;
	color: #e0ccb7;
	font-size: 29px;
	font-family: "Times New Roman";
	text-align:center;
}

#digits {
	display: inline;
	margin: 0px 15px 0px 15px;
	height: 60px;
	width: 40px;
	line-height: 60px;
}

#social-left {
	width: 94px;
	height: 100px;
	float: left;
	margin: 70px 0px 0px 105px;
}

#social-left img{
	margin: 0px 0px 7px 0px;
}

#video {
	width: 532px;
	height: 305px;
	float: left;
	margin: 0px 0px 0px 35px;
}

#social-right {
	width: 94px;
	height: 100px;
	float: left;
	margin: 70px 0px 0px 35px;
}

#social-right img{
	margin: 0px 0px 7px 0px;
}

#go-site a{
	background: url(../images/go-site-an.png) no-repeat top center; 
	width: 263px;
	height: 60px;
	margin:0 auto;
	display: block;
	margin-top: 20px;
}

#go-site a:hover{
	background-position: 0px -60px;
}

#copy {
	width: 550px;
	height: 50px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#dq {
	float: right;
	margin: 15px 0px 0px 0px;
}

#dq  img{
	border:none;
}

#rights {
	float: left;
	margin: 15px 0px 0px 0px;
	color: #c0a897;
	font-size: 11px;
}

.clr { 
	clear:both;
}

#flame1 {
	position: absolute;
	width: 150px;
	height: 240px;
	margin: 74px 0px 0px 76px;
}

#flame2 {
	position: absolute;
	width: 150px;
	height: 240px;
	margin: 74px 0px 0px 774px;
}

#videoplayer103 {
	cursor: pointer;
}

 button {
 	width: 94px;
 	height: 39px;
 	border: none;
 	cursor: pointer;
 	margin-bottom: 7px;
 }

 
.vk {
	background: url(../images/vk.png) no-repeat top center;
}

.fb {
	background: url(../images/fb.png) no-repeat top center;
}

.tv {
	background: url(../images/tv.png) no-repeat top center;
}

.ml {
	background: url(../images/ml.png) no-repeat top center;
}

.vk:hover {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.3), 0 0 50px rgba(0,0,0,0.3);
}

.fb:hover {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.3), 0 0 50px rgba(0,0,0,0.3);
}

.tv:hover {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.3), 0 0 50px rgba(0,0,0,0.3);
}

.ml:hover {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.3), 0 0 50px rgba(0,0,0,0.3);
}

.grandopen {
padding-top: 10px;
}

.social {
padding-top: 10px;
text-align: center;
}

button:focus{
outline: 0 none;
}

@-webkit-keyframes wobble  {
  0%  { -webkit-transform:  rotate(0deg); }
  20%  { -webkit-transform:  rotate(2deg); }
  50%  { -webkit-transform:  rotate(-2deg); }
  100%  { -webkit-transform:  rotate(0deg); }
}
.wobble { -webkit-animation: wobble 5s infinite; }
