* {
margin: 0;
padding: 0;
}

html, body {
	font: 11pt Verdana, Geneva, sans-serif;
	color: #CCC;
	background: #000000;
	text-align: center;
	width:100%;
	height:100%;
}

#container {
	position: relative;
	width:100%;
	height:100%;
	min-width: 760px;
	max-width: 3000px;
	margin: 0 auto;
	padding: 0 30px 0 30px;
}

#container {
width: expression(document.body.clientWidth < 760? "760px" :
document.body.clientWidth > 3000? "3000px" : "auto");
}
	
#head {
	background: url(images/head.png) no-repeat top left !important;
	background: url(images/head.jpg) no-repeat top left;
	position:absolute;
	width:1051px;
	height: 50px;
	top: 50px;
	left:98px;
	z-index: +1;
} 

.carousel_container {
	width: 100%;
	height: 100%;
	position:relative;
	padding: 0px;
	top: 30px;
	margin-bottom: 30px;
}

		
		
	