/*SZERKEZET, FELÉPÍTÉS, ELRENDEZÉS*/
html, body {
height: 100%;
margin: 0 px auto;
background-position:top center;
background-color: #d6d6d6;
}

#wrapper {
width: 960px;
height: 100%;
margin: 0px auto 0px auto;
}

#ad{ position: absolute;
	width: 160px;
	height: 500px;
	}


#header{ 
width: 850px;
height: 550px;
position: relative;
bottom: 0px;
padding: 0px;
margin: 0px;
}

img {
border: none;
}




	


