body {	
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
	color: #FFFF66;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt; 
	background-color: #241f1c;
	text-align: center;
	background-repeat:no-repeat;
	}
a:link { color: #CC3300; text-decoration:none; }
a:visited { color: #FF8800; text-decoration:none; }
a:hover { color: #6699CC; text-decoration:underline; }

a.item:link {
	width: 380px;
	height: 50px;
	margin: 1px;
	padding: 10px;
	color: #FFFF66;
	text-align: left;
	float: left;
	}
a.item:visited {
	width: 380px;
	height: 50px;
	margin: 1px;
	padding: 10px;
	color: #009933;
	text-align: left;
	float: left;
	}
a.item:hover {
	width: 380px;
	height: 50px;
	margin: 1px;
	padding: 10px;
	color: #FFFF66;
	text-align: left;
	background-color: #483e37;
	float: left;
	}

a.footer:link {
	width: 89px;
	height: 16px;
	margin: 5px;
	padding-top: 2px;
	color: #FFFF66;
	text-align: center;
	text-decoration:underline;
	background-color: #241f1c;
	border-style: solid solid solid solid;
	border-color: #FFFFDD;
	border-width: 1px;
	float: left;
	}
a.footer:visited {
	width: 89px;
	height: 16px;
	margin: 5px;
	padding-top: 2px;
	color: #009933;
	text-align: center;
	text-decoration:none;
	background-color: #241f1c;
	border-style: solid solid solid solid;
	border-color: #FFFFDD;
	border-width: 1px;
	float: left;
	}
a.footer:hover {
	width: 89px;
	height: 16px;
	margin: 5px;
	padding-top: 2px;
	color: #FFFF66;
	text-align: center;
	text-decoration:underline;
	background-color: #483e37;
	border-style: solid solid solid solid;
	border-color: #FFFF66;
	border-width: 1px;
	float: left;
	font-weight: bold;
	}

.copyright {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
	color: #FFFF66;
	font-size: 10px;
	text-align: center;
	border-style: none none none none;
	border-color: #FFFFDD;
	border-width: 1px;
	float: left;
	}
.header {
	width: 100%;
	height: 55px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: left;
	}
.basic {
	width: 820px;
	height: 600px;
	float: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(../images/background.png);
	}