/*========================================*/
/*============ Site Structure ============*/
/*========================================*/

body{
	background-color: #a0b0c1;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}

#global #content_wrapper{
	
	width: 900px;
	height: auto;
	
	/*******középre igazításnál*******/
	margin: 0px auto 0px auto;
	
	/*******balra igazításnál*******/
	/*float: left;*/		
}

#global #content_wrapper #header {
	width: 100%;
	height: 74px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position: relative;
}
#global #content_wrapper #header #nav{
	position: absolute;
	right: 0;
	bottom: 1px;
}

#global #content_wrapper #content{
	width: 100%;
	height: 430px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	background-color: #FFF;
	position: relative;
}	

#global #content_wrapper #footer {
	width: 100%;
	height: 60px;
	padding: 0px 0px 0px 0px;
	padding: 32px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	background-image: url(../images/content_btm.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
}
