@charset "utf-8";
/* CSS Document */
body {
	background-color: #302f2d;
}
#wrapper {
	text-align: center;
	width: 1022px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	margin-top: 100px;
	background-image: url(../../images/frontpage/frontpage.jpg);
}

#content {
	width: 995px;
	padding-right: 20px;
	padding-left: 20px;
}
#flashHolder {
	position: absolute;
	z-index: 500;
	top: 140px;
	left: 0px;
}
/*#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	float: left;
	text-align: justify;
}
#logo {
	background-image: url(images/background.png);
	height: 600px;
	width: 1024px;
	z-index: 2;
	position: absolute;
}