@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	padding: 0;
	font: 12px "arial";
	margin: 0 20px 20px;
	color:#FFFFFF;
	background-image:url(../images/bg.jpg);
	background-color: #333333;
	background-repeat: no-repeat;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#00FF00;
}
	


#container {
	margin: 0px auto;
	text-align: center;
	position: relative;
	z-index: 1;
}

#footer {
	position:absolute;
	top: 550px;
	width:700px;
	}

#content-front {
	width:500px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#content-left {
	width: 310px;
	text-align: right;
	padding: 20px;
}

#content-right {
	width:310px;
	padding: 20px;
	text-align: left;
}


#image_no_link {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.question {
	font-style:italic;
	font-size:12px;
	color:#00FF00
}
#design-link a {
	color: #999999;
}
.headlines {
	font-size: 14px;
	font-weight: bold;
}

