@import "initial.css";

body {
color: #552C1C;
font-size: 12px;
}
html>body {
font-size: 12px;
}

div.information {
margin: 495px 18px 0;
float: right;
width: 330px;
}

p {
text-align: justify;
border-bottom: 1px solid #FBB167;
padding-bottom: 8px;
margin-bottom: 8px;
}
p a {
background-color: #F89428;
color: #fff;
padding: 0.25em 0.75em 0.25em 0.75em;
text-decoration: none;
font-weight: bold;
}

p.copyright {
color: #F89428;
padding-top: 23px;
font-size: 9px;
font-weight: bold;
text-align: right;
border: 0;
}

#wrapper {
margin: 10px auto 10px auto;
width: 935px;
height: 600px;
background: url(bg.jpg) top left no-repeat;
}


