html {

}

body{
margin: 0 auto; 
}

.logo{
	height:300px;
margin: 0 auto;
}

#header-image{
background: url(images/blur.png) no-repeat center;
background-size:cover; 
	}
#logo{
	background: url(images/logo.png) no-repeat center;
}

#button a{
	background: url(images/button_green.png) no-repeat;
	height:104px;
	width:104px;
	position:absolute;
	top:230px;
	right:50px;
}

#container{
padding:10px;
margin:0 auto;
background: white;
}

#info-box{
margin: 0 auto;
padding:5px;
width: 450px;
}

#info-box p{
}

	#det-left{
	position:relative;
	float:left;	
		}
		
	#det-right{
	position:relative;
	float:right;
		}

#copy-text{
margin: 0 auto;
padding: 5px 10% 15px 10%;
}

hr{
	border:solid 1px;
}

#footer{
}

.clear{
	
clear:both;
}

a:hover{
	cursor: pointer;
}


body {	
font-family:  'PT Sans', "helvetica", "arial", "sans-serif";
	font-size: 1.0em;
	color: #777;
}

h1{
	
}

li {
	margin-bottom: 1em;
}
