

.shorty-clock{
	display:inline-block;
}


.wr {
	position: relative;
	background-image: url(../img/bg.png);
	height: 210px;
	width: 234px;
	float: left;
}

.dot{
	font-size: 120px;
	text-align: center;
	color: #FFF;
	background-image: url(../img/bagr.png);
	top: 15px;
	left: 22px;
	background-repeat: no-repeat;
	padding-top: 70px;
	height: 164px;
	width: 190px;
	position: absolute;
	}

body{
	background-image: url(../img/bg_pattern.png);
	}
	
#wrapper{
	background: -moz-radial-gradient(#FFF, #222);
	background: -ms-radial-gradient(#FFF, #222);
	background: -webkit-radial-gradient(#FFF, #222);
	background: radial-gradient(#FFF,#222);
	height:220px;
	width:720px;
	border: 5px solid #FFF;
	border-radius: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	}
#logo {
	margin-top: 20px;
	margin-left: 20px;
}
#name {
	font-size: 60px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	background-repeat: repeat-x;
	color: #363333;
	text-shadow: 4px 4px 0px #eee, 5px 5px 0px #707070;
}
