@charset "UTF-8";

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:left;
  background:transparent url(http://3.bp.blogspot.com/-mVbhxIYSaUs/VNMST8bsEiI/AAAAAAAAHiA/ZdciqORIFhA/s1600/amazon_blue.png) no-repeat;
  position:relative;
  margin:215px 0 0 -185px;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -140px;
}

.link-twitter a {
  display:block;
  width:249px;
  height:160px;
  float:right;
  background:transparent url(http://1.bp.blogspot.com/-6Q3Og6rOd5M/VNMSVPZDGcI/AAAAAAAAHiQ/fQvZgoLSNEY/s1600/twitter_blue.png) no-repeat;
  position:relative;
  margin:215px 0 0 -5px;
  text-indent:-3000px;
}

.link-twitter a:hover {
  background-position:0 -160px;
}

body {
  background-color:#58595b;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:;
}

body,td {
  color:#000000;
  font-family:'Palatino Linotype';
  font-weight:normal;
  font-style:normal;
  font-size:15px;
}

td .clock {
  font-size:9px;
}

.container_padding {
  padding:5px;
  height:100%;
}

.container_transparency {
  height:100%;
  width:100%;
  background-color:#;
  filter:alpha(opacity=0);
  background:;
}

.container {
  color:#000000;
  position:relative;
  border:px none #;
  padding:5px;
  height:100%;
  background-color:transparent;
}

.container .heading {
  padding:5px;
  background-color:#ffffff;
  color:#45aabc;
  font-family:'Palatino Linotype';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

.content {
  padding:5px;
}