html, body{
	margin:0px;
	padding:0px;
	background-color:#E4E8EC;
	background-image:url('../img/bg.gif');
	background-repeat: repeat-x;
    width:100%;
    height:100%;
    min-height:1032px;	
}

a {
	color:#df3132;
	font-family:Arial,Tahoma, Georgia;
	font-size:14px;
	line-height:25px;
}

img{
	border:0px;
}

#flash{
	display:block;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-507px;
	width:1014px;
	height:100%;
	min-height:1032px;
}

#fallback{
	display:block;
	position:absolute;
	width:658px;
	height:600px;
	text-align:center;
	top:0px;
	left:50%;
	margin-left:-329px;
}