html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div#site_area {
	width:100%;
	height:100%;
	text-align:left;
}

.clr {
	clear: both !important;
	height: 0px !important;
	width: 1px !important;
	line-height: 0px !important;
	font-size: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
}

div#site_content_wrapper {
	min-height:100%;
	padding:0px;
}

* html div#site_content_wrapper {
	height:100%;
}

body {
	background: #d2d2d2;
}


/*HEADER*/
#body-container {
	background: transparent;
}

body, input, textarea, select, button, p, div {
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

input, textarea, button {
	vertical-align:middle;
}


/* @CONTENT */

#flashContainer {
	 width: 1000px;
	 overflow: hidden;
	 padding: 0;
	 height: 720px;
	 margin: 0 auto;
	 text-align: center;
}

.text {
	padding-top: 150px;
}

.text a {
	font-weight: bold;
	color: #1A8DDE;
	text-decoration: none;
}