@charset "UTF-8";
/* CSS Document */

#container {
	overflow: hidden;
	background-attachment: fixed;
	background-image: url(images/naked-background.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 800px;
	margin: auto;
	background-color: #FFF;
	background-position: center top;
}
#container h1{
	position: absolute;
	top: -500px;
}
#top_banner {
	text-align: center;
}
#main_image {
	margin-top: 20px;
	height: 180px;
}
#staff_line {
	margin-bottom: 20px;
}
#links {
	width: 800px;
	text-align: center;
	margin-bottom: 0 auto;
}
h4 {
	font-family: "Comic Sans MS", cursive;
	color: #3c416b;
	font-size: 14px;
}
p {
	font-family: "Comic Sans MS", cursive;
	font-size: 80%;
}
#legal_notice {
	width: 800px;
	font-family: "Comic Sans MS", cursive;
	font-size: 70%;
	color: #171964;
	text-align: center;
}