@CHARSET "UTF-8";
body, html {
  margin: 0;
  padding: 0;
}

body{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 62.5%;
 color: black;
}

h1{
	font-size: 2.5em;
}

h2{
	font-size: 2.2em;
}

a{
	color: #005C07;
}

#wrapper{
	width: 1024px;
	margin: 0 auto;
}

#top{
	width: 1024px;
	height: 150px;
	background: url(images/top.gif);
	position: relative;	
}

#top-title{
	position: absolute;
	top: 35px;
	left: 11px;
	width: 360px;
	color: white;
	font-size: 6em;
}
#top-bisness{
	position: absolute;
	top: 90px;
	left: 290px;
	color: white;
	font-size: 3.8em;
}

#top-phone{
	position: absolute;
	top: 15px;
	left: 650px;
	color: white;
	font-size: 3.6em;
}

#content{
	padding: 10px;
	
}

#content-portfolio-item{
	float: left;
	width: 333px;
	font-size: 1.5em;
}

#portfolio-clear{
	clear: left;
	height: 20px;
}

#bottom{
	height: 37px;
	background: #005C07 url(images/bottom.gif) left top no-repeat;
	margin-bottom: 15px;
	color: white;
	padding-left: 180px;
	font-size: 1.5em;
	line-height: 2.3em;
}