/* CSS Document */

html, body {
	height:100%;
}

body {
	font-family: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	background-color: #444444;
	margin: 0px;
	background-image: url(/media/images/img_splotched.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:100%;
}
#wrapper {
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
