body {	background-color:#fff;
	margin:0}
h1 {	
	font-size: 22px;
	color:#69c;
}

h2 {
	margin-bottom:0;
	font-size:18px;
}
h3 {margin-bottom:0}

ul {
	margin-top:0;
	margin-bottom:0;
}

lh {
	margin:0;
}

div,p {
	font-family: Helvetica,Arial;
	font-size: 13px;
	color: #333;
}

a {	
	color:#669;
}
a:hover {
	text-decoration:none;
	background-color:#669;
	color:#fff;
}

#header {
	background: url(./img/sky.jpg) white;
	height:300px;
	background-repeat: repeat-x ! important;	
}

#main {
	margin: 10px 20% 50px 10%;
	width: 770px;
}

#footer {
	font-size:11px;
	text-align:left;
	padding-left:10%;
	margin-top:0;
	margin-bottom: 50px;
	border-top:2px dotted #669;
	padding-top:10px;
}

#cloud {
	position:absolute;
	left: 15%;
	top: 50px;
}

#bird {
	margin-left: 75%;
	padding-top: 70px;
}

