html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div#site_area {
	width:100%;
	height:100%;
	text-align:left;
}

div#site_content_wrapper {
	min-height:100%;
	padding:0px;
}

* html div#site_content_wrapper {
	height:100%;
}

body {
	background: #fff;
	overflow: auto;
}


/*HEADER*/
#body-container {
	background: transparent;
}

body, input, textarea, select, button, p, div {
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

/* @CONTENT */

#flashContainer {
	 width: 1100px;
	 overflow: hidden;
	 padding: 0;
	 height: 656px;
	 margin: 0 auto;
	 text-align: center;
}

.text {
	padding-top: 150px;
}

.text a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
