@charset "UTF-8";
body {
	background: url(images/sixteenspattern.jpg) repeat fixed;
margin:0;
	padding:0;}

.mainbox
{
	background-color:#fff;
	border: 1px solid white;
	opacity:0.85;	
	padding:60px 0;
	margin:10% auto;
	width:100%;
	text-align:center;
}

p {
	font-family: 'Slabo 27px', serif;
	font-size: 1em;
	font-weight: normal;
	color: #999;
	margin-top:0;
	margin-bottom:0;
	text-indent:3px;
}



h1 {
	font-family: 'Slabo 27px', serif;
	font-size: 4em;
	font-weight: lighter;
	color: #999;
	margin-top:0;
	margin-bottom:0;
}


a:link {
	color:#666;
	text-decoration: none;
}

a:visited {
	color:#666;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

