* {
	margin:0;
	padding:0;
}
body {
	background:url(../img/body-bg.jpg) repeat-x center top;
	overflow-x:hidden;
	font-size:11px;
	font-family:Helvetica, Arial, Verdana;
}
a {
	text-decoration: none;
	color:#fff;
}
a:hover {
	color:#ccc;
	text-decoration: underline;
}
a img {
	border:none;
}
p {
	color:#eee;
	line-height:14px;
}
#flash {
	width:1118px;
	margin:auto;
}

.footer {
	margin:-80px 0 0 -20px;
	text-align: center;
	position:relative;
	z-index: 9999;
}

