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

html, body {

height: 100%;

}

body {
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:			small;
	margin:				0px;
	background-color:	#000;
}

a {
	color:				#94529c;
	text-decoration:	none;
}

img {
	border:				none;
}

#wrapper {
	width:				971px;
	margin: 			0 auto -100px;
    min-height: 		100%;
    height: 			auto;
}

#header {
	width:				971px;
	height:				85px;
	background-image:	url(images/logo_banner.gif);
	background-repeat:	no-repeat;
	margin-top:			15px;
	margin-bottom:		15px;
}

#col1 {
	float:				left;
	width:				195px;
	height:				318px;
	background-image:	url(images/outer_column_bg.gif);
	background-repeat:	no-repeat;
}

#col2 {
	float:				left;
	width:				541px;
	height:				318px;
	background-image:	url(images/screenshot_drop.jpg);
	background-repeat:	no-repeat;
	margin-left:		20px;
}

#col3 {
	float:				left;
	width:				195px;
	height:				318px;
	background-image:	url(images/outer_column_bg.gif);
	background-repeat:	no-repeat;
	margin-left:		20px;
}

#footer {
	padding-top:		5px;
	clear:				both;
	color:				#CCC;
	text-align:			center;
}

.text {
	padding-left:		15px;
	padding-right:		15px;
	text-align:			center;
}

.large_text {
	font-size:			150%;
}