html {
margin: 0px;
padding: 0px;
}

body {
background: white url(../images/bg03.png) repeat-x;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
color: #191919;
	font: 26px "Lucida Grande", Lucida, Verdana, sans-serif;
}

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

a img {
border: 0;
padding: 5px;
}

#footer {
margin-top: 50px;
font-family: Courier, Arial, monospace;
font-size: 12px;
}

#container {
width: 620px;
height: 520px;
overflow: auto;
}

#spacer {
	padding-top:50px;
}