body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #000202;
	font: normal 11px Tahoma;
}
html {
	height: 100%;
	min-height: 100%;
}
#all {
	background: url('/images/sg/bg3/bg.gif') top center repeat-y;
	width: 1000px;
	margin: auto;
	min-height: 100%;
}
#header {
	height: 436px;
	background: url('/images/sg/bg3/top.jpg') top center no-repeat;
}
#header .menu {
	position: absolute;
	margin: 127px 0 0 204px;
}
#header .menu a,
#header .menu a:link,
#header .menu a:visited{
	display: block;
	padding: 32px 22px 32px 52px;
	font: bold 14px "Times New Roman", Tahoma;
	color:#00eaff;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
}
#header .menu .m1 {
	background: url('/images/sg/menu/1.png') left center no-repeat;
}
#header .menu .m2 {
	background: url('/images/sg/menu/2.png') left center no-repeat;
}
#header .menu .m3 {
	background: url('/images/sg/menu/3.png') left center no-repeat;
}
#header .menu .m4 {
	background: url('/images/sg/menu/4.png') left center no-repeat;
}
#header .title {
	position: absolute;
	margin: 35px 0 0 158px;
}
#header .d {
	position: absolute;
	margin: 27px 0 0 862px;
}
#center {
	margin-top: -240px;
	padding: 20px 85px;
	min-height: 430px;
}
#center .text {
	font: normal 13px Tahoma;
	position: relative;
        padding-bottom: 30px;

}
#center .text h1 {
	font: bold 14px Tahoma;
}
#center .text h2 {
	font: bold 13px Tahoma;
}
#footer {
	background: url('/images/sg/bg3/bottom.jpg') bottom center no-repeat;
	margin-top: -250px;
	height: 450px;
}
#footer .text{ 
	position: absolute;
	margin: 260px 0 0 190px;
	line-height: 18px;
	font: bold italic 14px Tahoma;
	color:#c4f2ff;
}
#footer .out{ 
	position: absolute;
	margin: 245px 0 0 870px;
}


/***
 * stuff
 */
a img {
	border: none;
}
form {
	display: inline;
}
.hr {
margin: 5px 0;
font: normal 1px Tahoma;
height: 1px;
border-bottom: 1px solid #000000;
}