.slide { position:absolute; }
.slide p { padding:5px; }


* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#222;
	background: #DDD url('images/BG.png');
	font-family: Georgia;
	
}


#logo_for_external_use{
	position:absolute; 
	top:-3000px; 
	left:-3000px; 
	z-index:99999;
}

#logo {
	position:absolute; top:50%; margin-top:-75px; left:50px; z-index:99999;
}

#vgap { 
	width:1px;
	height:50%;
	margin-bottom:-340px; /* half of container's height */
	float:left;
}

#bgtop {margin:auto; background: #DDD url('BGContainer.png') no-repeat center top; text-align:center;}
#container {
	margin:0 auto;
	position:absolute; /* puts container in front of distance */
	clear:left;
	height: 500px;
	margin-top:-250px;
	top:50%;
	width: 100%;
	overflow: auto;
	overflow-x:hidden;
	overflow-y:hidden;
	border-top:2px solid #333;
	border-bottom:1px solid #666;
	z-index:30;
}

#menu_top {
	position:absolute; /* puts container in front of distance */
	margin-top:-260px;
	right:10px;
	top:50%;
	z-index:500;
}

#menu_top a {
	color: #ff9;
	font-family: Georgia;
	font-weight: lighter;
	z-index:15;
}

#menu_bottom {
	position:absolute; /* puts container in front of distance */
	float:right;
	margin-top:260px;
	right:50px;
	top:50%;
	text-align:right;
	z-index:500;
}

#menu_bottom a {
	color: #b4b991;
	font-family: Georgia;
	font-weight: lighter;
	z-index:15;
}



#demo-bar {
	margin: 5px auto;
	padding: 5px 0;
	width: 600px;
	border-bottom: 1px solid #B3D4EF;
	background: #EFF8FF;
	text-align: center;
}


#demo-wrapper {
	width: 3000px;
	height: 600px;
	background-image:url('full.jpg');
	position: relative;
}

.scrolling-content {
	background: transparent url(bubble.png) top left no-repeat;
	width: 139px;
	text-align: center;
	position: absolute;
	opacity: .0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.scrolling-content a img{
	border:none;
}

.scrolling-content h1 { 
	color: #fff;
	font-size: 12px;
}

h1 {
	color: #ff9;
	top:10px;
	left:10px;
	font-family: Georgia;
	font-weight: lighter;
	position:absolute;
	z-index:15;
	text-align:center;
}

#content1 {
	left: 500px; 
	top: 300px;
}

#content2 {
	left: 800px; 
	top: 450px;
}

#content3 {
left: 1600px; 
top: 350px;
}

#content4 {
left: 1900px; 
top: 200px;
}


#new_content {
	width: 1024px;
	height: 680px;
	background-image:url('trans_d.jpg');
	position: relative;
	margin:auto;
}

#contact {
	color:#b4d991;
	font-family: Georgia;
}

#contact a{
	color:#2894ab;
}
