
body	{
	background: #ffd55d url("/images/background.gif") fixed;
	margin: 20px;
	padding: 0;
	border: 0 none;
}

table, tr, td, th,  blockquote, div, span, dd, u, ul, dl, h4, h5, input, a, br, center, i, b, li, ol, textarea, form, p, select, strong	{
	font-size: 12px;
	font-family: georgia, serif;
	color: #333;
}

a, a:visited	{
	text-decoration: underline;
	font-weight: bold;
	color: #eabb34;
}

a:hover	{
	text-decoration: none;
	font-weight: bold;
	color: #eabb34;
}

#firstcontainer	{
	background: #fff;
	position: relative;
	text-align: left;
	width: 600px;
	padding: 8px;
	margin: auto;
	border: 1px solid #ffc03a;
}

#footer	{
	width: 600px;
	text-align: center;
	position: relative;
	margin: auto;
	padding: 10px;
}

#footer a	{
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover	{
	background-color: #ffc03a;
}