body {
	background-image: url(img/background.png);
	background-repeat: repeat-x;
	background-color: #170005;
}

html {
	background-color: #170005;
}

#flash {
	background-image: url(img/promo_home.jpg);
	background-repeat: no-repeat;
	width: 626px;
	height: 585px;
	float: left;
	margin-right: 15px;
}

#main {
	background-image: url(img/background_home.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 10px;
	height: 585px;
}

.data {
	width: 320px;
}

