/* CSS Document */

div.container {
	position:relative;
	margin: 0 auto;
	width: 700px;
	}

body {margin-left:10px;
		margin-top:0px;
		margin-bottom:0px;
		}
	
div.banner {
	position:absolute;
	height: 157px;
	width: 729px;
	top: 0px;
	background:url(images/coolpersia-maz_02.jpg)
	}

div.menu {
	position:absolute;
	height: 42px;
	width:	729px;
	top:	157px;
	left: 0px;
	}
	
div.content {
	position:absolute;
	width: 729px;
	top: 199px;
	background:url(images/contentbackgr.jpg);
	left: 0px;
	}

div.pdf {
	position:absolute;
	width: 140;
	height:116;
        right:-40px;
	top:312px;
	margin-left:10px;
	}

<style type="text/css">

body {
	background-image: url(images/imgbackground.jpg);
}
.style3 {
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
}
.style8 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.style10 {
	font-family: Verdana;
	font-size: 13px;
	font-weight:bold;
	color: #FF9933;
}
</style>