html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}


html, body {
  width: 100%;
  height: 100%;
  background-color: #262626;

}
#tablewrap {
  border-collapse: collapse;
  height: 100%;
  width: 100%; height: 100%; overflow: visible; padding: 0px; margin: 0px;
}
#tdwrap {
  vertical-align: middle;
}
#wrap {
  width: 853px;
  margin: 0 auto;
}

#header {
  height: 150px;
  position: relative;
  background-color: #262626;
  margin-bottom: 1px;
}
#header #smc_logo {
  display: block;
  text-indent: -9999px;
  position: absolute;
  left: 66px;
  top: 21px;
}
#header #characters  {
	position: absolute;
	top: 0;
	left: 362px;
	background: url('http://o.aolcdn.com/os/kol/smc/assets/images/header/characters_dark.png') no-repeat 0 0;
	width: 483px;
	height: 150px;
	text-indent: -9999em;
}
#header #characters:hover {
	background-position: 0px -150px;
}
#footer {
  height: 30px;
  padding-top: 10px;
}

#footer a {
  display: block;
  float: right;
  text-indent: -9999px;
  width: 106px;
  height: 28px;
  background-image: url('http://o.aolcdn.com/os/kol/smc/assets/images/icons/button.png');
  background-position: -50px -3850px;
}

#footer a:hover {
  background-position: -250px -3850px;
}

