BODY {
	margin: 0;
    font: normal 10px Georgia,'Lucida Grande', Helvetica, Arial, serif;
	background: #76b;
	text-align:center;
	height:100%;
}

.container {
	margin: 0;
	margin-left:auto;
	margin-right:auto;
/*	height: 100%;*/
	padding: 0px;
	padding-bottom: 10px;
	width:700px;
	background: black url(../pix/bg_temp.gif) fixed;
/*	overflow: auto;*/
}

.header {
	top:0px;
	height: 120px;
	width:700px;
	margin:0px;
	background: black url(../pix/head_bg.gif) repeat;
	display: block;
}

.menu {
	padding-top:0px;
	height: 26px;
	width:700px;
	top: 0px;
	margin:0px;
	background-color: #000;
	display: block;
}

.main_head {
	margin: 33px 44px 0 33px;
	position: relative;
	height:50px;
	width:623px;
}

.main {
	background-color: #000;
	color: #fff;
	margin: 0px 44px 0 33px;
	padding: 20px 35px;
	position: relative;
	top:0px;
	text-align:left;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.2em;
	width:553px;
}

* html .main {
	width: 623px;
}

.main_bottom {
	margin: 0px 44px 20px 33px;
	position: relative;
	height:35px;
	width:623px;
}

.swf_content {
	color: white;
	font-size: 1.3em;
	position: relative;
	top: 0px;
}

a {
    text-decoration: none;
	color: #76b;
}

a:hover {
	font-weight: bold;
	color: white;
	background-color: #76b;
	padding: 0 2px;
}