@charset "UTF-8";
/* CSS Document */

/* Body/Container */

body {
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#container {
	background-image: url(../images/c-bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	max-width: 800px;
	height: 600px;
	width: 800px;
}

/* Navigation */

#navigation {
	margin: 40px 65px 15px 0px;
	height: 40px;
	width: 400px;
	float: right;
	padding: 0px;
	height: 40px;
}

/* Main */

#flash {
	clear: both;
	margin: 2px auto 0px auto;
	padding: 0px;
}

/* Footer */

#footer {
	float: right;
	margin-top: -45px;
	width: 362px;
	height: 134px;
}

img#logo {
	float: right;
}