body {
background: #d4d4d4 url(../images/back.png) repeat-x top left;
font-family: Verdana, Arial, Sans-Serif;
color: #000;
}

#container {
position: relative;
margin-top: 30px;
margin-bottom: 30px;
}

/* general stuff */

.hide {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
.hide a:focus {
position:static;
width:auto;
height:auto;
} 

img {
border: none;
}

a {
color:#191919;
text-decoration: none;
}

a:visited {
color:#191919;
}

a:hover {
text-decoration: underline;
}


/* header */

#header {
height: 135px;
background: #4B66A5;
}

#header p {
margin: 12px 0 0 0;
}

.logo {
float: left;
display: inline;
}

.reseller {
float: right;
display: inline;
padding-top: 10px;
}


/* content */

#content {
padding: 30px 0;
background: #fff;
border-top: 15px solid #172033;
}

h1 {
font-size: 150%;
margin-bottom: 20px;
padding: 0 30px;
}

p {
margin-bottom: 20px;
padding: 0 30px;
line-height: 150%;
}

.small {
margin-top: 50px;
font-size: 75%;
font-style: italic;
}




/* footer */

#footer {
color: #fff;
text-align: center;
padding: 15px 0;
font-size: 75%;
background: #172033;
border-top: 30px solid #E0E6F1;
}
 
#footer a {
color: #fff
}

#footer p {
margin-bottom: 0;
}

