#page 
{
	position:relative;	
	width:848px;
	height:100%;
	margin: 0px auto;
}

#main
{	
	float:left;
	width:801px;	
	padding-left:25px;
	padding-right:25px;
	background-image:url(../img_design/page_bg.png);
	background-position:center top;
	background-repeat:repeat-y;
	behavior: url(styles/iepngfix.htc);
}

#banner
{	
	float:left;
	width:800px;
	height:395px;
	background-image:url(../img_design/loading.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
}

#banner_img
{	
	float:left;
	width:800px;
	height:395px;

}

#logo
{
	float:right;
	width:300px;
	height:105px;
	padding-right:50px;
}

#imgswitcher
{
	float:left;
	width:300px;
	padding-top:5px;
	padding-left:5px;
	color:#ffffff;
}

#language
{
	float:left;
	width:790px;
	text-align:right;
	height:30px;
	padding:8px 10px 0px 0px;
}

#navigation
{	
	float:left;
	width:800px;
	height:83px;
	background-image:url(../img_design/navigation/nav_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

#content
{	
	float:left;
	width:800px;
}

#content_left
{
	float:left;
	padding-left:20px;
	padding-right:20px;
}

#content_right
{
	float:right;
	width:205px;
	padding-left:10px;
	padding-right:20px;
	padding-top:15px;
}

#footer
{
	float:left;
	width:851px;
	height:60px;
	background-image:url(../img_design/footer_bg.png);
	background-position:center top;
	background-repeat:no-repeat;	
	behavior: url(styles/iepngfix.htc);
	color:#a49490;
	text-align:center;
	padding-top:40px;
	font-size:10px;
}

#ticket
{
	position:absolute;
	top:20px;
	left:825px;
	width:120px;
	height:285px;
	background-image:url(../img_design/ticket_2.png);
	background-position:top left;
	background-repeat:no-repeat;
}
