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

html, body{
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
	color:#fff;
	font-family:trebuchet ms, arial;
	margin:0px auto;
	text-align:center;
}

a, a:visited{
	color:#fff;
	font-weight:bold;
}

.container{
	margin:150px auto;
	text-align:left;
	width:960px;
}

.LeftColumn{
	float:left;
	width:650px;
}

.RightColumn{
	float:left;
	width:300px;
}

.clear{
	clear:both;
}
