body {
	background:url('../img/bg.jpg') repeat;
	overflow: hidden;
}

h1 {
	font-family: 'Satisfy', cursive;
	text-align:right;
	color:white;
	font-weight:400;
	font-size:64px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
}
a, p {
font-family: 'trebuchet MS', arial;
font-size:11px;
}
p {
	color: #AFA69D;
    text-align: right;
    margin:-10px 20px 0 0;
}

a {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px; 
	background:#438bff;
	color:white;
	text-decoration:none;
	padding:3px 10px;
	text-align:right;
	display:inline-block;
	float:right;
	margin:5px 10px 0 0;
	

}
#mountain-range {
	background:url('../img/mountains.jpg') no-repeat bottom;
	height:780px;
	width:1430px;
	margin:auto;
	position:relative;
}
.container {

	margin:auto;
	width:1000px;
}
#paint {
	position:absolute;
	right:200;
	top:0;
	display:block;
	z-index:1;
	width:561px;
	height:115px;
	background:url('../img/paint.png') no-repeat 
}
