/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
body {
	background: url(../assets/bg_tile.jpg) #5b7a95 repeat-x left top;
}
div#container {
	margin: 0 auto;
	width: 980px;
	height: 550px;
	background: url(../assets/bg_container.jpg) #5b7a95 no-repeat center top;
}
div#get_flash {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 158px;
	height: 39px;
	z-index: 100;
}
div#action {
	position:absolute;
	left:0px;
	bottom:20px;
	width:250px;
	height:188px;
	z-index:1;
}
