@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background: #000000 url(images/bg.jpg) center no-repeat;
	color: #B8B0D9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.container {
	width: 750px;
	margin: auto;
}
.header {
	width: 750px;
	height: 160px;
	float: left;
}
.leftFade {
	width: 2px;
	height: 237px;
	background: url(images/fadeLeft.jpg) no-repeat;
	float: left;
}
.rightFade {
	width: 2px;
	height: 200px;
	background: url(images/fadeRight.jpg) no-repeat;
	float: left;
}
.main {
	width: 746px;
	float: left;
}
.clear {
	clear: both;
}
