@charset "UTF-8";
.introbase {
	background-image: url(../bg1.jpg);
	height: 600px;
	width: 1000px;
}
.body {
	background-position: bottom;
	height: 475px;
	width: 1000px;
}
.site {
	height: 610px;
	width: 1000px;
}
.legal {
}
.header {
	background-position: top;
	height: 125px;
	width: 1000px;
}
.abouttable  {
	background-image: url(../about.png);
	height: 475px;
	width: 1000px;
	background-repeat: no-repeat;
}
.text {
	font-family: Arial;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.portfolio {
	background-image: url(../portfolio.png);
	height: 475px;
	width: 1000px;
	background-repeat: no-repeat;
}
.pricing {
	background-image: url(../pricing.png);
	height: 475px;
	width: 1000px;
	background-repeat: no-repeat;
}
.contact {
	background-image: url(../contact.png);
	background-repeat: no-repeat;
}
