@charset "UTF-8";
/* CSS Document */

#topbar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A5A5A;
}

#wrapper {
	width:980px;
	height:825px;
	background-image: url(images/website-01.png);
	background-repeat: no-repeat;
	position: relative;
	background-color: #FFF;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#hireme {
	position: absolute;
	left: 466px;
	top: 361px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#portfolio {
	position: absolute;
	left: 627px;
	top: 320px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#testimonials {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 764px;
	top: 274px;
}
body {
	background-color: #828282;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	color: #E9236B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E9236B;
}
a:hover {
	text-decoration: none;
	color: #FC0;
}
a:active {
	text-decoration: none;
	color: #E9236B;
}
.contact {
	float: right;
}
#wrapper p {
	display: none;
}
#wrapper h1 {
	display: none;
}

