html,body{

	margin:0;
	padding:0;
	font-family:'Cabin';
	background-color: #0e7166;

}


body {

	background-repeat: repeat-x;
	background-image:url('images/topbg.png');

}

img {

	border:0px;
	
}

#main {

	position: relative;
	width: 695px;
	height:433px;
	margin-left: auto ;
	margin-right: auto ;
	padding: 0px 0px 0px 0px;
	border: 0;
	top: 60px;
	background-image:url('images/background.png');
	
}


#logo{

	position:absolute;
	top:132px;
	left:199px;
	
}

#text{
	
	position:absolute;
	left:193px;
	top:178px;
	font-size: 32.5px;
	color:#0e7166;
	
}

#content {

	position:absolute;
	left:155px;
	top:250px;
	font-size:16px;
}