
body {
	background-image: url(images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentwrap {
	width: 900px;
	margin: 0 auto;
	background: url(images/far_light.gif) no-repeat 449px 378px;
}
#top {
	padding: 81px 0 0 115px;
}

#text {
	float: right;
	width: 238px;
	padding: 50px 50px 0 0;
}
#text p {
	line-height: 15px;
	padding: 0;
	margin: 0;
}
#text p a {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: -1px;
}
#text .web {
	color: #ae2c42;
}
#text .print {
	color: #125e9a;
}
#text .logo {
	color: #74416f;
}

#portfolio {
	float: left;
	width: 400px;
	padding: 70px 0 51px 110px;
}
#portfolio a {
	display: block;
	height: 62px; width: 150px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 3px;
	padding-top: 3px;
	margin-left: 34px;
}
#portfolio a#web {
	background-image: url(images/border_web.gif);
}
#portfolio a#print {
	background-image: url(images/border_print.gif);
	margin: 30px 0 30px 0;
}
#portfolio a#logo {
	background-image: url(images/border_logo.gif);
}
#portfolio a img {
	margin-right: 12px;
}