﻿/*body {
    width:90%;
    margin:0 auto;
    background-color: #E8E8E8;
}*/
#mainContent 
{
    background-color: #FFFFFF;
    width: 100%;
    padding:10px;
    min-height:500px;
}

 .badge
 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}
#clock {
  position: relative;
  width: 330px;
  height: 330px;
  background: url(img/clockface.png);
  background-repeat:no-repeat;
  list-style: none;
}

#sec, #min, #hour {
  position: absolute;
  width: 26px;
  height: 330px;
  top: 0px;
  left: 155px;
}

#sec {
  background: url(img/sechand.png);
  z-index: 3;
}
   
#min {
  background: url(img/minhand.png);
  z-index: 2;
}
   
#hour {
  background: url(img/hourhand.png);
  z-index: 1;
}
#countryDescription img {
    float:right;
    top: 0px;
}