/* CSS Document */

body {
	text-align:center;
	margin:0 auto;
	padding:0;
	background-color:#000000;
	font-family: arial;
}

#wrapper {	
	width:1000px;
	height:599px;
	clear:both;
	text-align:center;
	margin:0 auto;
	padding:0;
}

#home-logo {
	float:left;
	width:1000px;
	height:270px;
	/*background:url(../images/home-logo.jpg) no-repeat;*/
/*	padding-left: 150px; */
/*	padding-top:100px;*/
}

/*
#home-left {
	float:left;
	width:250px;
	height:296px;
	background:url(../images/home-left.jpg) no-repeat;
}

#home-leftcenter {
	float:left;
	width:250px;
	height:296px;
	background:url(../images/home-leftcenter.jpg) no-repeat;	
}

#home-rightcenter {
	float:left;
	width:250px;
	height:296px;
	background:url(../images/home-rightcenter.jpg) no-repeat;	
}

#home-right {
	float:right;
	width:250px;
	height:296px;
	background:url(../images/home-right.jpg) no-repeat;	
}
*/

#home-center {
	float:left;
	width:1000px;
	height:192px;
	/*background:url(../images/home-logocenter1.jpg) no-repeat;*/	
}

/*#home-logoleft {
	float:left;
	width:304px;
	height:194px;
	background:url(../images/home-logoleft.jpg) no-repeat;	
}

#home-logocenter {
	float:left;
	width:360px;
	height:194px;
	background:url(../images/home-logocenter.jpg) no-repeat;	
}

#home-logoright {
	float:right;
	width:336px;
	height:194px;
	background:url(../images/home-logoright.jpg) no-repeat;	
}*/

#home-footer {
	float:left;
	width:1000px;
	height:109px;
	/*background:url(../images/home-footer.jpg) no-repeat;*/
}

-->