* {
	margin: 0;
	padding: 0;
}
html, body {
	background: #91aa9d;
	height: 100%;
	font-family: Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto -4em;
	width: 708px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#logo {
	width: 232px;
	height: 108px;
	background: url(../images/logo.png);
	float: left;
	text-align: center;
}
#temp {
	float: right;
	width: 124px;
	height: 116px;
	background: url(../images/temo.png) #ccc;
}
#temp:hover {
	float: right;
	width: 124px;
	height: 116px;
	background: url(../images/temo_active.png);
	
}
#footer, #push{
	height: 4em;
}
#footer {
	background: #616658;
}
h3, p {
	font-family: Helvetica, sans-serif;
	color: #FFF
}
h3 {
	font-size: 28px;
	padding-top: 10px;
	font-family: Helvetica, sans-serif;
}
h1 {
	font-size: 45px;
	color: #f7f7f7;
	margin-top: 20px;
}
#nav {
		text-align: center;
}
#nav li{
	display: inline;
}
#nav a {
	color: #FFF;
	font-size: 35px;
	*font-size: 30px;
}
a {
	color: #fff;
}
#left {
	float: left;
	padding-left: 40px;
}
#right {
	float: right;
	padding-right: 40px;
}
.close {
	position: absolute;
	bottom: 10px;
	left: 120px;
}
.portfolio1 {
	width: 708px;
	height: 70px;
	background: url(../images/miekeplaschek.png) no-repeat;
	padding-top: 150px;
	padding-left: 24px;
}
.portfolio2 {
	width: 708px;
	height: 75px;
	background: url(../images/mkcomputers.png) no-repeat;
	padding-top: 150px;
	padding-left: 24px;
}
.portfolio3 {
	width: 708px;
	height: 75px;
	background: url(../images/movingart.png) no-repeat;
	padding-top: 150px;
	padding-left: 24px;
}
.portfolio4 {
	width: 708px;
	height: 75px;
	background: url(../images/cascina.png) no-repeat;
	padding-top: 150px;
	padding-left: 24px;
}
#portfolio h4{
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif
}
#portfolio p {
	font-size: 12px;
}
a img {
	border: none;
}
