@charset "UTF-8";

a:link,a:active,a:hover {
  color:#21567e;
}

a:visited {
  color:#fcebc5;
}

body {
  background-image:url(http://i.imgur.com/brpyCmh.jpg?1);
  background-position:right top;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-color:#000000;
}

body {
  text-shadow:#230302 1px 1px 2px,#230302 1px 1px 4px,#230302 1px 1px 8px;
}

body,td {
  color:#fcebc5;
  font-family:'MV Boli';
  font-weight:regular;
  font-style:regular;
  font-size:14px;
  background-color:transparent;
}

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

.container {
  color:#fcebc5;
  position:relative;
  border:px #;
  padding:4px;
  height:100%;
  background-color:transparent;
}

.container .heading {
  text-shadow:#230302 1px 1px 2px,#230302 1px 1px 4px,#230302 1px 1px 8px;
}

.container .heading {
  padding:4px;
  background-color:transparent;
  color:#fcebc5;
  font-family:'MV Boli';
  font-weight:regular;
  font-style:regular;
  font-size:24px;
}

.content {
  padding:0;
}

.thingy {
  position:absolute;
  visibility:hidden;
}