body {
padding: 0;
margin: 0;
background: black url(background.jpg) no-repeat center top;
font-family:Georgia, Times New Roman, Times, serif;
width: 100%;
display: table;
color: #924400;
}

address {
border:5px solid black;
position: fixed;
right: 10px;
bottom: 10px;
background-color: black;
font-size: small;
font-family: Georgia, serif;
color:#924400;
font-style:normal;
font-weight:bold;
}

h1{
text-shadow: 2px 2px 3px #000;
color:#924400;
}

p {
text-shadow: 1px 1px 3px #000;
}

a {
color:#28566f;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.tile {
float:left;
padding:5px;
border:1px black dotted;
margin:4px;
}

#logo {
margin:30px;
float:right;
clear:left;
}

#panel {
clear:both;
width:445px;
margin:auto;
background: url(panel.png) no-repeat left top;
padding:20px 10px 10px;
position:relative;
left:-100px;
color:#008fac;
overflow:hidden;
}

