#container {
	width: 1024px;
    position: relative;
    left: 50%;
    margin-left: -512px; /* this has to be the exact half of the width */
	}
	
#header {
	width: 1024px;
	text-align: center;
}

#content_left {
	float:left;
	width: 512px;
	height: 576px;
}

#content_right {
	float: left;
	width: 296px;
	height: 576px;
}
#navigation {
	float: left;
	width: 100px;
	height: 576px;
}
#nav {
	width: 79px;
	height: 100px;
	left: 818px;
	margin-top: 500px;
	margin-left:10px;
}
#contact {
	float: left;
	width: 116px;
	height: 576px;
}

#contact_1{
	margin-top: 465px;
	}
	
#content_main{
	float:left;
	width: 808px;
	height: 576px;
	}
	
#content_main1{
	margin-right: 30px;
		}

#content_main3{
	float:left;
	width: 808px;
	height: 576px;
	text-align: right;
	}