/* CSS Document */
body{
	background-color: #e0daca;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 170px;
	
}

#wrapper{
	width:100%;
	height:600px;
	background:#000000;
	margin-top:0px;
	text-align: center;
	padding-top:100px;
}
.clr{
clear:both;
}
#menu_wrapper{
	width:100%;
	height:36px;
	background:#FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: ridge;
}
#common_menu{
	width:820px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	height:100%;
}
#homelink{

width:90px;
height:34px;
display:block;
text-indent:-9999px;
position:absolute;
left:0px;
top:0px;
}
