* {
	margin:0;
	padding:0;
	border:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: lighter;
}
html {
	margin: 0 auto;
	background-position: top center;
	background-color: #000000;
}
#background {
	background-image: url(../images/background.jpg);
	background-repeat:no-repeat;
	width: 980px;
	height: 945px;
	margin:auto;
}

#container {
	position:absolute;
	margin-left:auto;
	
}
#page {
	background-image: url(../images/background_div.jpg);
	background-repeat:no-repeat;
	width:680px;
	height:800px;
	margin:auto;
}
#left {
	width: 340px;
	height: 200px;
	float: left;
}
.logo a{
	width: 271px;
	height: 159px;
	display: block;
	text-decoration: none;
	background: url("../images/logo.png") no-repeat;
	margin-top: 12px;
	margin-left: -24px;
}
#right {
	width: 340px;
	height: 200px;
	float: left;
}
#right h1{
	color: #ffffff;
	font-size: 1.5em;
	margin: 24px 48px 0 60px;
	line-height: 1.25;
}
.readmore a {
	display: block;
	height: 17px;
	width: 82px;
	text-decoration: none;
	background: url("../images/read-more.png") no-repeat;
	margin-left: 162px;
	margin-top: -24px;
}
#content {
	height: 480px;
	width: 680px;
}
#cont-left{
	height: 191px;
	width: 340px;
	float: left;
	margin-top: 260px;
}
#cont-left a{
	margin-left: 53px;
}
#cont-right{
	height: 191px;
	width: 340px;
	float: left;
	margin-top: 260px;
}
#cont-right a{
	margin: 53px;
}
#footer {
	width: 680px;
	height: 30px;
	background: url("../images/footer.png") no-repeat;
	float: left;
}
#footer h1{
	font-size: .65em;
	margin: 12px 0 0 75px;
}
#footer a{
	color: #000000;
	text-decoration: none;

	margin-left: 500px;
	
}

#logo-container {
	margin-top: -18px;
}
#footer1{
	width: 200px;
	height: 170px;
	float: left;
	margin-top: 45px;
	margin-left: 73px;

}
#footer2{
	width: 126px;
	height: 170px;
	float: left;
	margin-top: 8px; 
	margin-left: 53px;
}
#footer3{
	width: 150px;
	height: 170px;
	float: left;
	margin-top: 25px; 
	margin-left: 55px;
}