html, body, ul, ol, li, p, h1, h2, form, fieldset {
padding: 0;
border: 0;
margin: 0;
}

body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 100.01%;
color: #000;
text-align: center;
background-color: #eee;
}

a:focus {
outline: none;
}

#wrapper {
position: relative;
width: 760px;
border: 1px solid #848484;
margin: 0 auto;
margin-top: 100px;
background-color: #fff;
}

#banner {
width: 760px;
height: 130px;
}

#content {
float: left;
width: 750px;
padding: 20px 0 25px 0;
margin-top: 60px;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: center;
font-size: 13px;
}

#noscript {
position: absolute;
top: 160px;
left: 257px;
color: #dd0000;
}

#footer {
clear: both;
border-top: 1px solid #e8e8e8;
margin: 0 auto;
width: 760px;
height: 30px;
line-height: 2.7em;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: center;
font-size: 10px;
}

a:link {color: #000; text-decoration: none; border-bottom: 1px dotted #000;}
a:visited {color: #000; text-decoration: none; border-bottom: 1px dotted #000;}
a:hover {color: #000; text-decoration: none; border-bottom: 1px solid #000;}