body
{
	margin:0px;
	text-align:center;
	color:#818181;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#big
{
	width:100%;
}

#main
{
	margin:0 auto;
	width:450px;
}

#header
{
	height:190px;
	background:url(images/logo.jpg) no-repeat;
	background-position:center;
}

#content
{
	
}

#footer
{
	height:40px;
	background:url(images/footer_limiter.jpg) no-repeat;
	background-position:top;
}

a
{
	color:#818181;
	text-decoration:underline;
}


input.search_box
{
	width:324px;
	height:40px;	
	border:1px solid #BBBBBB;
	background:url(images/search_box_bg.jpg) no-repeat;
	font-size:20px;
	padding:7px;
}