html {
  margin-bottom: 1px;
  min-height: 100%;
}

body {
 background: #000;
 color: #FFFFFF;
 font-family: verdana;
 font-size: 14px;
 text-align: center;
}

#bodywrapper {
 margin: 0px auto;
 padding: 0px;
 text-align: left;
 width: 800px;
border:0px solid white;
}

/************\
|   Links    |
\************/

a, a:visited {
 color: #FFE984;
 text-decoration: none;
}

a:hover {
 color: #57FFF1
}

#topnav a, #topnav a:visited {
 font-weight: bold;
}

#mainnav a, #mainnav a:visited {
 font-weight: bold;
}

/************\
| Navigation |
\************/
#topnav {
 float: right;
 font-size: 10px;
 margin: 5px 10px 0px 0px;
 text-transform: uppercase;
}

#mainnav {
 float: left;
 margin: 90px 0px 0px -20px;
 width: 130px;
 position:relative
}

#mainnav ul {
 font-size: 13px;
 list-style: none;
 margin: 0px;
 padding: 0px;
}

#mainnav ul li {
 background: url(/images/smg_button.gif) no-repeat;
 height: 25px;
 margin: 0px 0px 6px 0px;
  padding-top: 4px;
 text-align: center;
 text-transform: uppercase;
 width: 125px;
}

/************\
|  Content   |
\************/
#contentwrapper {
 float: left;
 width: 777px;
 background: url(/images/smg_background.jpg) no-repeat;

}

#content {
 margin: 90px 0px 0px 120px;
 width: 650px;
}

.left50{
  float: left;
  width: 50%
}

.right50 {
  float: right;
  width: 50%;
}

#flashy {
 float: right;
 margin-bottom: 20px;
 width:480px;
 height:272px;
 border:0px solid;
}

#merylvid {
  float: right;
  margin: 0px 0px 10px 15px;
}

h1 {
 font-size: 14px;
 margin: 0px;
 padding: 0px;
}

/************\
|   Footer   |
\************/
#footer {
 height:70px;
 width: 100%;
}

#footer img {
 float: right;
}