html, body, #container, #shell {
margin:0;
padding:0;
width:100%;
height:100%;
background-color:#333333;
}
body {
position:relative;
font-family:"Trebuchet MS", Verdana, sans-serif;
}

a img {
border:none;
position:relative;
margin-left:10px;
margin-right:10px;
top:13px;
}

#container {
}
#shell {
min-height:760px;
/*min-width:1280px;*/
}
#header, #footer {
height:50px;
padding:25px 0px;
text-align:center;
background-color:#FFF;
color:#B3B3B3;
}
#header {
height:50px;
font-size:11px;
}
#header ul {
list-style-type:none;
padding:0;
margin:0;
}
#header ul li {
display:inline;
padding:0;
margin:0;
}
#header ul li a {
color:#B3B3B3;
text-decoration:none;
}


#footer {
border-top:#C9C9C9 solid 2px;
padding:10px 0;
height:18px;
font-size:11px;
}
