/* GENERAL */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8E9188;
	background-color: #FAFAFA;
	margin: 0;
	padding: 0;
}

#Wrapper {
	width: 782px;
	margin: 0 auto;
	padding: 0;
	border: none;
}

#Main {
	width: 782px;
/*	height: 626px; */
	height:536px;
	margin: 0;
	padding: 0;
	margin-top:-50px;
	border: none;
	background-repeat: no-repeat;
}

.main {
	background-image: url(../img/layout/bg_main_grad.png);
}

.grad {
	background:url(../img/layout/bg_main_grad.png);
}
	
#Header {
	width: 782px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../img/layout/bg_content_header.png);
	background-repeat: no-repeat;
	border: none;
}

#Content {
	width: 782px;
	min-height: 80px;
	margin: 0;
	padding: 0;
	background-image: url(../img/layout/bg_content_loop.png);
	background-repeat: repeat-y;
	border: none;
}

#Footer {
	position: absolute;
	width: 782px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(../img/layout/bg_content_footer.png);
	background-repeat: no-repeat;
	border: none;
}

#Flash {
	margin-left: 1px;
	margin-top: 45px;
}