body{
	background: #ffffff url(../img/main_background.jpg) repeat-x 0px 109px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
img{
	border: none;
}

#container{
	padding-top: 140px;
}
#language{
	position: absolute;
	top: 3px;
	right: 8px;
}
#language img{
	border: 1px solid #ffffff;
}
#language a:hover img{
	border: 1px solid #ff0000;
}
#header{
	position: relative;
	width: 530px;
	height: 61px;
	margin: 0 auto;
	background: url(../img/title.png) no-repeat;
	_background: none;
   _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/title.png', sizingMethod='scale');
}
#header h1, span{
	display: none;
}
#search_field{
	margin-top: 60px;
	text-align: center;
}
#search_field form{
	margin: 0px;
}
#search_field input{
	height: 25px;
	width: 390px;
	background: #3d3d3d url(../img/input_background.jpg) repeat-x;
	border: 1px solid #787878;
	color: #ffffff;
	font-size: 130%;
}
#search_field input.button{
	height: 29px;
	width: auto;
	background: #373737 url(../img/button_background.jpg) repeat-x;
	border: 1px solid #444444;
	border-top: 1px solid #989898;
	border-left: 1px solid #6e6e6e;
	
}
#search_more{
	margin-top: 90px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}
#search_more a{
	color: #ffffff;
}
#search_more p{
	margin: none;
}
#search_more a:hover{
	text-decoration: none;
}
#footer{
	margin-top: 75px;
	text-align: center;
	font-size: 12px;
	color: #555555;
}
#footer img{
	margin-top: 5px;
}
