body {
	background:  url("./images/background.png");
	background-attachment: fixed;
	color:#444444;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
    }

h3 {
	color:#69A18F;
	}

a {
	color:#777777;
    }

a:hover, #nav a:hover {
	text-decoration: underline;
    }

#nav {
	margin-right: 24px;
	margin-left: 24px;
    }

#nav a {
	text-decoration: none;
    }

#nav ul{
	list-style: none;
	float: right;
	}

#nav li{
	float: left;
	margin: 0 0.15em;
    }

#page{
	width: 768px;
	margin: 50px auto;
    }   

.icon {
	background:  url("./images/contact_icons.jpg") no-repeat;
	display: inline-block;
	margin: 0px 5px 0px 5px;
	width: 60px;
	height: 75px;
    }

#icon-block {
	text-align:center;
    }

#icon-block:after {
	clear:both;
    }

#facebook {
	background-position: -299px -15px; 
}

#email {
	background-position: -506px -100px; 
}

#linkedin {
	background-position: -368px -100px; 
}

#skype {
	background-position: -161px -100px; 
}

#twitter {
	background-position: -230px -15px; 
}

