@charset "utf-8";
container {
	width: 760px;
	margin-top: 330px;
	background-image: url(images/background_for_container.png);
	background-repeat: no-repeat;
	height: 400px;
}
#header {
	float: left;
	width: 760px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 100px;
	background-position: center;
	margin-bottom: 5px;
	position: relative;
	padding-top: 30px;
}
#nav {
	float: left;
	width: 150px;
}
#content {
	float: left;
	width: 760px;
	position: relative;
}
body {

}
.copyfont {
	font-family: Pristina;
	font-size: 1em;
	color: #FFFFFF;
	margin-bottom: 0px;
	text-align: center;
}
#footer {
	height: auto;
	width: 760px;
	float: left;
	text-align: center;
}
.copyfontfooter {
	font-family: Pristina;
	font-size: 1em;
	color: #FFFFFF;
	margin-bottom: 0px;
	float: left;
	position: relative;
}
.fineprint {
	font-family: Pristina;
	font-size: 1em;
	color: #FFFFFF;
}
.ads {
	float: left;
	height: auto;
	width: 760px;
	text-align: center;
}
#containerWpaper {
	width: 760px;
	height: 900px;
	background-image: url(images/background_for_container.png);
	background-repeat: no-repeat;
	margin-top: 330px;
	margin-right: auto;
	margin-left: auto;
}
