*,html 	
{
	margin:0px; 
	padding:0px; 
	border:0px;
	

}

#container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

img 	
{
	margin:0px; 
	padding:0px; 
	border:0px;
}

body
{ 	
	width:100%;
	margin:0px;
	height:100%;
	padding:0px;
	text-align:center;
	background:url('img/background1.jpg') 50% 0% no-repeat fixed;
}


#container
{
	min-height:750px;
  	min-width: 850px; 
	margin:0px auto;
	padding:0px;
	height:100%;
	background:url('img/bg.png') repeat-y bottom fixed;
	
}

#wrapper
{
	padding:0px 0px 0px 0px;
	width:790px;
	margin:0 auto;
}

#logo 
{
	padding:0px;
	margin:0px;
	width:790px;
	height:200px;
	
}

#logo a
{
	padding:0px;
	margin:0px;

}

.clear	
{
	clear: both;
	line-height: 0;
	height: 0;
}

#top_menu
{	
	margin:20px 0px 0px 0px;
	padding:0px;	
	width:790px;
	height:50px;
	background:url('img/top_menu_bg.png') no-repeat center;
	
}

.left_menu
{
	margin:20px 0px 0px 0px;
	float:left;
	padding:0px;
	width:270px;
	height:200px;
	background:url('img/left_menu_bg_stroke.png') no-repeat top center;

}
.left_menu_top
{
	background:url('img/left_menu_bg_top.png') no-repeat top center;
	height:20px;
}
	
.left_menu_body
{
	
	background:url('img/left_menu_bg_body.png') repeat-y top center;

}

.left_menu_bottom
{
	
	background:url('img/left_menu_bg_bottom.png') no-repeat bottom center;
	height:20px;
}

#content
{	
	background:url('img/content_bg_stroke.png') no-repeat top center;
	width:510px;
	float:left;
	
}

#content_top
{
	background:url('img/content_bg_top.png') no-repeat top center;
	height:20px;
	padding:0px;
	margin:0px;
}

#content_body
{
	
	background:url('img/content_bg_body.png') repeat-y top center;

}

#content_bottom
{
	
	background:url('img/content_bg_bottom.png') no-repeat bottom center;
	height:20px;
}
