@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #9c5c29;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	}
	
#top{
	height: 650px;
	}

#icons{
	margin: 20px 0 0 0;
	}
#icons img{
	border: none;
	padding: 0 4px;
	opacity:0.5;
	filter:alpha(opacity=50)
	}
	
#icons img:hover{
	opacity:1;
	filter:alpha(opacity=100)
	}