/* CSS Document */
/* Copyright 2009 Spook Creative */
/* All Rights Reserved */
/* Sistema */
@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	height: 737px;
	width: 100%;

	}
body {
	background-color: #FFFFFF;
	text-align:left;
}
#background {
	height: 100%;
	/*width:100%;*/
	/*width:auto;*/
	min-width:1240px;
	/*width: 1240px;*/
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
}
#background_left {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 50%;
	float:left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;

}
#background_right {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 50%;
	float:right;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
}
#flash {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	min-width:1240px;

	height: 100%;
	width: 100%;
	position:absolute;
	top:0px; 
}
#flash_center {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 796px;
	width: 100%;
/*	padding-left:250px;
	padding-right:250px;
	*/
}

