html, body{
	margin: 0;
	padding: 0;
}

body{
    font-family: arial, sans-serif;
    background-color: #420;
    text-align: center;
    color: #040;
}

#wrapper{
    margin: 0 auto;
    width: 900px;
}

.spacer{
    height: 10px;
}
.the_margin{
    margin: 0 10px;
}

.tl{
    background: #ff8000 url(include/graphics/corner_tl.gif) no-repeat top left;
    margin: 5px;

}

.tr{
    background: url(include/graphics/corner_tr.gif) no-repeat top right;
}

.bl{
    background: url(include/graphics/corner_bl.gif) no-repeat bottom left;
}

.br{
    background: url(include/graphics/corner_br.gif) no-repeat bottom right;
    
}

a{
    color: #310;
    text-decoration: underline;
}
