@charset "utf-8";
/* CSS Document */
html, body {
	min-width: 980px;
	color: #000;
	font-size: 12px;
	font-family:  Arial,Helvetica,sans-serif;
	background:  #fdfdfd;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

#headerMain {
	width:100%;
	height:248px;
	background:url(../images/ge_header_bg.jpg) 0 0 repeat-x;
}

#header {
	width:980px;
	height:248px;
	margin:0 auto;
	position:relative;
}

#bodyMain {
	width:100%;
	background:#000 url(../images/bg.jpg) #fff 50% -25px no-repeat fixed;
	height: auto;
}

#bodysub, #links{
	width:980px;
	height: auto;
	margin:0 auto;
	background:#ffffff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}
#bodysub{
	min-height: 450px;
}
#links{
	padding-bottom:10px;
}
#bodysub .content {
	width:980px;
	float:left;
	height: auto;
	background: #fff;
}

#left {
	width:665px;
	padding:0;
	float:left;
}

#right {
	width:305px;
	float:right;
}

#footerMain {
	width:100%;
	background: #b31c00 url(../images/ge_footer_bg.jpg) 0 0 repeat-x;
}

#footer {
	width:960px;
	height:100px;
	padding:10px;
	margin:0 auto;
	position:relative;
}
