#container {
    width: 1011px;
    position: relative;
    left: 50%;
    margin-left: -505px;
}

#header_ {
	position:absolute;
	left:0px;
	top:0px;
	width:1011px;
	height:351px;
	background-image: url(images/header.jpg);
}

#left-side_ {
	position:absolute;
	left:0px;
	top:351px;
	width:179px;
	height:683px;
	background-image: url(images/left-side.jpg);
}

#leftcontent_ {
	position:absolute;
	left:179px;
	top:351px;
	width:268px;
	height:683px;
	background-image: url(images/leftcontent.jpg);
	text-align:center;
	font-family: verdana;
	font-size: 8pt;
	color: #222222;
}

#rightcontent_ {
	position:absolute;
	left:447px;
	top:351px;
	width:411px;
	height:683px;
	background-image: url(images/rightcontent.jpg);
	font: 8pt verdana;
	color: #000000;
	overflow: auto;
}

#rightside_ {
	position:absolute;
	left:858px;
	top:351px;
	width:153px;
	height:683px;
	background-image: url(images/rightside.jpg);
}

#footer_ {
	position:absolute;
	left:0px;
	top:1034px;
	width:1011px;
	height:133px;
	background-image: url(images/footer.jpg);
}
body {
	background-image: url(images/back.jpg);
	

}
a:link {
	color: #555555;
}
a:visited {
	color: #555555;
}
a:hover {
	color: #777777;
}
a:active {
	color: #777777;
}
