body {
	background-image: url(images/index_bg.gif);
	background-color: #221E1F;
	background-repeat:repeat-x;
	margin:0px;
}
#wrapper {
	width:900px;
	margin:auto;
}
#header {
	position:relative;
	background-image:url(images/index_01.gif);
	width:900px;
	height:235px;
}
#middle {
	position:relative;
	background-image:url(images/index_02.gif);
	width:900px;
	background-position:bottom;
	color:#CCCCCC;
}
#footer {
	position:relative;
	background-image:url(images/index_03.gif);
	width:900px;
	height:35px;
	padding-top:25px;
	text-align:center;
	font-size:11px;
	color:#aca7ad;
}
#box {
	position:relative;
	width:508px;
	height:162px;
	float:right;
	right:70px;
	top:70px;
	text-align:center;
	color:#CCCCCC;
	font-weight:bold;
	font-size:12px;
}
#content {
	position:relative;
	width:486px;
	float:right;
	right:75px;
	color:#7e7e7e;
	font-size:12px;
	background-color:#efefef;
	padding:6px;
	margin-top:20px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited, a:active {
	color: #CCCCCC;
	font-weight: 0;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
	color: #F8f8f8;
}
a {
	font-size: 11px;
}
#content a:link, #content a:visited, #content a:active {
	color: #000000;
	font-weight: 0;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}