body {
	background-color: #444;
	margin-top: 0px;
	background-image: url(../index/images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.center {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 700px;
}
.logo {
	position: absolute;
	height: 57px;
	width: 275px;
	margin-top: 40px;
	margin-left: 50px;
}
.intro-text {
	height: 375px;
	width: 300px;
	margin-top: 170px;
	position: absolute;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEE;
	font-weight: bold;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	color: #AAA;
	font-weight: bold;
	line-height: 25px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #EEE;
}
.latest-work {
	height: 375px;
	width: 630px;
	margin-top: 170px;
	position: absolute;
	margin-left: 350px;
}
.latest-work-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AAA;
	position: absolute;
	margin-top: 155px;
	margin-left: 380px;
	font-weight: bold;
}
.dashed-lines {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEE;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #AAA;
	width: 260px;
	margin-left: 20px;
}

