  @font-face {
	font-family: 'Arial';
	src: url('../fonts/gothic/century_gothic.eot');
	src: url('../fonts/gothic/century_gothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothic/century_gothic.woff') format('woff'),
		url('../fonts/gothic/century_gothic.ttf') format('truetype'),
		url('../fonts/gothic/century_gothic.svg#ArialMT') format('svg');
	font-weight: normal;
	font-style: normal;
}
#main_cont {
    height: 600px;
    width: 800px;
    background-color: #dcdcdc;
    border: 1px solid;
    position: absolute;
}

body {
    overflow: hidden;
    margin: 0px;
    font-family:'Arial';
}

#container {
    position: relative;
    width: 100%;
    background-color: #000000;
    height: 570px;
    top: 30px;
}
#img_1
{
    width: 300px;
    height: 270px;
    position: relative;
    top: 100px;
    left: 500px;
}
#img_div
{
    position: absolute;
    top: 191px;
    left: 603px;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    border: 2px solid #ffffff;
}
#clock_outer
{
    position: absolute;
    top: 207px;
    left: 0px;
    width: 65px;
    height: 65px;
    border: 1px solid #0092fd;
}
#clock
{
    position: relative;
    top: 4px;
    left: 4px;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #ffffff;
    box-shadow: 0 0 0 3px #e4b92b inset, 0 0 0 4px #000 inset
}
#clock_inner
{
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    /* background-color: #ffffff; */
/*    background-color: red;*/
    /* border: 1px solid #000000; */
    top: 5px;
    left: 5px;
}
/*

#redShift{
    width: 46px;
    height: 46px;
    left: 0;
    top: 0;
    position: absolute;
    background-color: red;
    border-radius: 50px;
    opacity: 0;
}
*/

#join
{
    position: absolute;
    top: 240px;
    left: 61px;
    width: 541px;
    border: 1px solid #d9dddd;
}
#clock_hand
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
}
#slider_1
{
    position: absolute;
    top: 400px;
    left: 40px;
    width: 640px;
    height: 4px;
    background-color: #cacaca;
    border-radius: 5px;
/*    border: 1px solid #ffffff;*/
}
#pointer
{
    position: relative;
    top: -2px;
    left: 0px;
    width: 8px;
    height: 8px;
    background-color: #efefef;
    border-radius: 50px;
    border: 1px solid #424242;
}
#pointer:hover
{
background-color:#b0acac;
    cursor: pointer;
}
#txt_1
{
    position: absolute;
    top: 420px;
    left: 170px;
    width: 290px;
    font-size: 17px;
    color: #0099ff;
}
#img_head
{
    position: absolute;
    top: 175px;
    left: 620px;
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
}
/*
#clock_inner .first {
    opacity: 0.1;
    filter: alpha(opacity=10); 
}

#clock_inner.second {
    opacity: 0.3;
    filter: alpha(opacity=30); 
}
*/
/*
.distance_val
{
    position: absolute;
    top: 140px;
    left: 520px;
    font-size: 20px;
    color: #ffffff;
}
*/
/*
#txt_1
{
    position: absolute;
    top: 100px;
    left: 520px;
    width: 70px;
    font-size: 14px;
    color: #c5c5c5;
    
}
*/
/*
#loadInfo {
    position: absolute;
    width: 176px;
    height: 50px;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 24px;
    text-align: center;
}
        #main_cont{
                opacity: 0;
        }
*/
