body {
	height: 100%;	
	font-family: tahoma;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0px;
}
html {
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
.header {
	width: 753px;
	position: relative;
	background-image: url(images/header_bg.jpg);
	margin-left: auto;
	margin-right: auto;
	height: 238px;
}
.navbar {
	height: 61px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 175px;
	width: 741px;
}
.navbar_sub {
	width: 753px;
	margin-right: auto;
	position: relative;
	margin-left: auto;
}
.container {
	height: auto !important;
	height: 100%;
	width: 801px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	position: relative;
	border-left:solid;
	border-right:solid;
	border-left-color:#949494;
	border-right-color:#949494;
	border-left-width:3px;
	border-right-width:3px;
	min-height: 100%;
}
.body_header {
	height: 50px;
	width: 754px;
	position: relative;
	background-image: url(images/body_header_bg.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
}
.body_content {
	background-color: #ebebeb;
	height: 584px;
	width: 754px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.index_link {
	position: absolute;
	font-size: 13px;
	right: 20px;
	top: 4px;
}

.index_link a{
	color: #fff;
}
