body {
background: url(../img/bg.png);
}
.main {
background-color: #f6eade;
border-right: 1px solid #cbcbcb;
border-left: 1px solid #cbcbcb;
height: 100%;
margin: 0 auto;
width: 800px;
}
.topdiv {
background: url(../img/topbg.png) no-repeat 0 30px;
height: 500px;
margin: 0 auto;
width: 700px;
}
.topdiv h1 {
color: #931a1a;
font-family: Times New Roman;
font-size: 20px;
font-style: oblique;
padding-top: 200px;
text-align: center;
}
.footer {
background: url(../img/footerbg.png);
height: 50px;
margin: 145px auto;
width: 700px;
}
.footer p {
padding-top: 15px;
text-align: center;
}
.footer a {
color: #931a1a;
font-size: 14px;
text-decoration: none;
}
.space { height: 100%; }
