#wrapper {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


#wrapper #content {
	height: 460px;
	width: 320px;
	background-image: url(../images/masticHome.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#wrapper #content h1 {
	height: 70px;
	width: 280px;
	background-image: url(../images/masticLogo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 19px;
	top: 380px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
}
#wrapper #content p {
	text-align: center;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 25px;
	position: relative;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#footer {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #948767;
	margin-top: 50px;
	padding-left: 10px;
}
