* { border: 0px; padding: 0px; margin: 0px; }

body {
	background: #dadada url(../img/pattern.png) left top repeat;
}
#logo {
	background:url(../img/logo.png) center center no-repeat;
	height: 256px;
	left: 50%;
	position: fixed;
	margin-top: -450px;
	margin-left: -661px;
	padding-top: 644px;
	padding-left: 552px;
	top: 50%;
	width: 730px;
}
#behance {
	width: 192px;
}
.buttons {
	overflow: hidden;
	width: 238px;
	margin-left:-24px;
	margin-top: -1px;
}
.buttons .behance {
	background:url(../img/behance.png) left top no-repeat;
	float: left;
	height: 36px;
	display: block;
	width: 192px;
}
.buttons .behance:hover {
	background-position: left -36px;
}
.buttons .mail {
	display: block;
	float: right;
	height: 33px;
	width: 40px;
}
