body,table,td,th {
	font-family: Comic Sans MS, Arial, Times New Roman;
	color: #CCCCCC;
	font-size: 12pt;
	text-align:center;
}
body {
	background-color: #000000;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	table-layout:auto
	overflow: scroll;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #999999;
	scrollbar-arrow-color: #99CC66;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
}
a:link {
	text-decoration: none;
	color:#FFFFFF;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: 14pt;
}
a:visited {
	text-decoration: none;
	color: #999999;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: 14pt;
}
a:hover {
	color: #99CC66;
}
#wrapper {
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	margin-left: 150px;
}
#menu {
	width: 120px;
	float: left;
	margin-top: 10px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu a {
	text-decoration: none;
	color:#FFFFFF;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-size: 14pt;
	list-style-type: none;
	display:block;
}
#menu a:hover {
	color: #99CC66;
}
#content {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-left: 150px;
	margin-top: 10px;
	width: auto;
	margin-right: 0px;
	text-align:center;
}
#content img {
	border: 1px solid #FFFFFF;
}
