@charset "UTF-8";

a:link,a:active,a:hover {
  color:#223E00;
  font-weight:bold .highlightbackground-color:#fff2ac;
  background-image:linear-gradient(to right,#ffe359 0%,#fff2ac 100%);
}

a:visited {
  color:#223E00;
  font-weight:bold;
}

body,html {
  background-color:#223E00;
  background-image:url(http://i.imgur.com/OKEhojR.jpg);
  background-position:top;
  background-size:cover;
  min-height:100%;
  min-width:50%;
  background-attachment:fixed;
  background-repeat:no-repeat;
}

.profile_section_content {
  color:#37465D;
  background-color:#779324;
  background:rgba(220,221,220);
  border:10px groove #5ebf2a;
  padding:10px;
  margin:10px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #FFCA3D;
  -moz-box-shadow:0 0 0 #FFCA3D;
  box-shadow:0 0 0 #FFCA3D;
  bodytdcolor:#FFCA3D;
  font-family:'Verdana';
  font-weight:bolder;
  font-style:bold;
  font-size:16px;
}

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

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

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

.container {
  color:#453F8F;
  position:relative;
  border:px #;
  padding:10px;
  height:100%;
  background-color:transparent;
}

.container .heading {
  padding:5px;
  background-color:#2B064E;
  color:#453F8F;
  font-family:'Verdana';
  font-weight:bolder;
  font-style:bold;
  font-size:20px;
}

.content {
  padding:5px;
}