@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	font-family: Trebuchet MS, Verdana, Helvetica;
	width: 100%;
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

.wit {
	color:#FFFFFF;
	font-weight:bold;
}

.bottom a {
	color:#FFFFFF;
	text-decoration:none;
}

.bottom a:hover {
	color: #0000CC;
	text-decoration:none;
}

.bottom {
	color:#FFFFFF;
	font-weight:bold;
	position: absolute;
	bottom: 0;
	width: 100%;
}


