/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #3399CC;
	background-attachment: fixed;
	background-image: url(images/background.png);
	background-repeat: repeat;
	background-position: top center;
		
}
#container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 20px;
	width: 800px;
	height: 600px;
	border-left: 4px solid #3399CC;
	border-right: 4px solid #3399CC;
	border-bottom: 4px solid #3399CC;
	background-color: #FFFFFF;
}
#textbox {
	top: 195px;
	position: absolute;
	left: 25px;
	height: 400px;
	width: 800px;
	overflow: auto;
}
#media {
	visibility: hidden;
}
a {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #9966CC;
	text-decoration: none;
	font-weight: bold;
}
ul {
	list-style-type: none;
}
.center {
	text-align: center;
	padding: 10px;
}
span {
	color: #9966CC;
}
