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

html, body {
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
}

.main {
	width:100%;
}

.contentArea {
	background-image:url(images/index_04.jpg); 
	background-repeat:no-repeat; 
	background-position:top center;
	height:550px;
}

.titleBar {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#FFF;
	font-weight:bold;
}

.copy {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}