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

body {
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000;
	background-image: url(bg.jpg);
	color: #fff;
}
#container {
	width: 1000px;
	height: 800px;
	
	margin-left: auto;
	margin-right: auto;
}
#footer {
	width: 1000px;
	margin-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #eee;
}
img {
	border: 0;	
}
a {
	color: #fff;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
#flash_container {
text-align: center;	
}