@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #432e1b url(images/site_bg.jpg) top left repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#container {
	width: 680px;
	height: auto;
	margin: 0 auto;
}

#swf_wrapper {
	width: 680px;
	height: 520px;
	margin: 60px auto 0 auto;
	background: transparent url(images/swf_bg.jpg) top left no-repeat;
}

#swf {
	width: 640px;
	height: 480px;
	padding: 20px;
}

#alt_content {
	width: 640px;
	height: 480px;
	padding: 20px;
}

ul {
	list-style-position: inside;
	list-style-type: square;
}

#copyright {
	width: 670px;
	height: 16px;
	margin-bottom: 60px;
	padding-left: 10px;
	color: #666;
	font-size: 85%;
}
