@charset "UTF-8";
/* CSS Document */
@import url('reset.css');

html {
	background: #000;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	margin:0;
	background: #000;
	color:#a79f94;
	font-size: 100%;
}

#xbg-effect {
	position: absolute;
	top:30px;
	width: 1200px;
	height: 600px;
	background:#444 url(img/bg-effect.png) repeat 0 0;
}

#wrapper {
	height:1200px;
}
#flashDiv {
	font-family:Verdana, Geneva, sans-serif;
	width: 755px;
	margin: 20px auto;
	line-height: 1.45;
	font-size: .8em;
}
a {
	color:#FFF;
}

h1, h2 {
	margin:0px;
	font-size: 1em;
	font-weight: bold;
	
}

p {
	margin-bottom: .8em;
}

.bold {
	font-weight: bold;
	color: #EB1515;
	margin-bottom: 0;
}

.infoWhite {
	color: #fff;
	margin-bottom: 0;
}
