html {
	overflow: auto; /* removes vertical scrollbar */
}

body {
	background: #393939;
}


div#container {
	position: relative;
	width: 950px;
	height: 750px;
	margin-top: 25px; 
	margin-left: auto;
	margin-right: auto; 
	background: transparent url("background.jpg") center center no-repeat;
}

#main {
	position: relative;
	float: left; 
	top: 205px;
	left: 40px; 
	width: 560px;
	height: 255px;
}

#buttons {
	position: relative;
	float: left; 
	top: 200px;
	left: 80px; 
	width: 270px;
	height: 255px;
}

.button{
	width: 268px;
	height: 54px; 
}

#about{
	position: absolute;
	float: left; 
	top: 50px;
	left: 20px; 
	width: 300px;
	height: 140px; 
}

#about p{
text-align: justify; 
padding: 2px; 
}


#links{
	position: absolute;
	float: left; 
	top: 50px;
	left: 360px; 
	width:  180px;
	height: 140px; 
}

#icons{
	position: relative;
	float: left; 
	top: 200px;
	left: 35px; 
}

#email{
	float: left; 
	width: 125px;
	height: 48px;
	margin-right: 40px; 
}

#resume{
	float: left; 
	width: 135px;
	height: 48px; 
	margin-right: 40px; 
}

#facebook{
	float: left; 
	width: 155px;
	height: 48px; 
}

/*--- footer ------------*/

div#footer {
	position: relative;
	width: 950px;
	height: 20px;
	margin-left: auto;
	margin-right: auto; 
}

div#footer p {
    padding-right: 25px!important; 
	color: #848b94;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: right; 
}

div#footer a, div#footer a:visited {
	text-decoration: none;
	color: #b6bcc1;
}

div#footer p#credit a {
	color: #575b64;
}

div#footer a:hover {
	color: #fff !important;
}
