

body{
	background-color: #000;
	margin-top: 150px;
	opacity: 0;
}


a {
	color: #6c0;
	text-decoration: none;
}

p {
	font-family: Arial, sans-serif;
	font-weight: lighter;
	text-align: right;
	font-size: 12px;
	color: #7d7d7d;
	padding: 10px 15px;
}

.email{
	color: #36d000;
	text-decoration: none;
}

.visualise {
	padding-top:85px ;
	color: #fff;
}

#container{
	width: 850px;
	height: 400px;
	margin: auto;
	overflow: hidden;
}


.toggler { 


width: 850px; 
height: 400px; 

}


#slide {
	width: 400px; 
	height: 400px;  
	position: relative;
	left: 100px;
	background: url(../images/logo.png) no-repeat;
	background-position: top right;
}

#content{
	padding-top: 300px;
	width: 290px;
	height: 50px;
	text-align: right;
	float: right;
}


#viewer{
	opacity: 0;
	width: 300px;
	height: 400px;
	background-color: #000;
	
	position: relative;
	left: 200px;
	top: -400px;
	z-index: -1;
	x-background-image: url(../images/data1.png);
}

