@charset "UTF-8";

a:link,a:active,a:hover {
  color:#3898ff;
}

a:visited {
  color:#800080;
}

body {
  padding-top:15%;
  background-color:#303030;
  background-image:url(https://img.mfcimg.com/photos2/114/11440581/893-750-751-412-10608469.gif);
  background-position:top center;
  background-attachment:scroll;
  background-repeat:no-repeat;
  background-size:100%;
  width:100%;
  margin:auto!important;
}

body,td {
  color:#41d1f2;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

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

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

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

.container .heading {
  padding:5px;
  background-color:#000000;
  color:#3898ff;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background:url(http://img546.imageshack.us/img546/6620/bar2z.jpg);
  background-repeat:no-repeat;
}

.content {
  padding:5px;
}