body{
	background-color: #FFFFFF;
	}

img{
	border-style: none;
	} 
	
#wrapper{
	width: 1024px;
	height: 768px;
	min-width: 1024px;
	min-height: 768px;
	margin-left: auto;
	margin-right: auto;
	/* 	left: expression((document.body.clientWidth-1024)/2) */;
	/* 	height:expression(document.body.clientHeight < 768? "768px": "auto"); */
	/* 	width:expression(document.body.clientWidth < 1024? "1024px": "auto"); */
	}
	
#container1{
	width: 850px;
	height: 250px;
	top: 35px;
	overflow: hidden;
	padding: 0px;
	clear: both;	
	z-index: 10;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}

#container1 img {
	height: 250px;
	width: auto;
	margin: 0px;
	border: 0px;
	clear: both;
	}
	
/* #container2{
	width: 845px; 
	height: auto;
	top: 150px;	
	z-index: 5;
 	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#container2 p, a{
	font: italic bold 24px "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	}
	
#container2 p{
	padding: 10px 5px 0px 5px;
	}	 */
	
#container3{
	width: 1024px;
	height: 768px;
	position: absolute;
	top: 8px;
	}