@charset "UTF-8";

a:link,a:active,a:hover {
  color:#EEA9B8;
}

a:visited {
  color:#EEA9B8;
}

body {
  background-color:#9966ff;
  background-position:top left;
  background-attachment:fixed;
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

body,td {
  color:#8716A6;
  font-family:'Helvetica';
  font-weight:bold;
  font-style:normal;
  font-size:12px;
  overflow-y:auto;
}

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

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

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

.container {
  color:#ffffff;
  position:relative;
  border:10px solid #660099;
  padding:5px;
  height:100%;
  background-color:#ffffff;
  color:#8716A6;
}

.container .heading {
  padding:5px;
  background-color:#FFA3EE;
  color:#ffffff;
  font-family:'Helvetica';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

.content {
  padding:5px;
  font-color:#9966ff;
}

 {
  background:url(http://i.imgur.com/gMtb3lM.png) no-repeat center center fixed;
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
}