@charset "utf-8";
body {
	background-color: #390e05;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	line-height: 25px;
	background-repeat: repeat;
	color: #FFF;
}
p {
	text-align: left;
}

p.about {
	margin-right: 50px;
}

* {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
table.home {
	background-image: url(images/homeBG.jpg);
	background-repeat: no-repeat;
}
table.about {
	background-image: url(images/aboutBG.jpg);
	background-repeat: no-repeat;
}
table.contact {
	background-image: url(images/contactBG.jpg);
	background-repeat: no-repeat;
}
table.gameplay {
	background-image: url(images/distributorsBG.jpg);
	background-repeat: no-repeat;
}

.menuitems {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-right:30px;
	font-size:21.5px;
	letter-spacing:3px;
}

a {
	color:#FFF;
}
table.bg {
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
}
p.contact {
	margin-top: 120px;
	margin-right: 40px;
	font-size: 24px;
	margin-bottom: 30px;
}
table.thankyou {
	background-image: url(images/thankyouBG.jpg);
	background-repeat: no-repeat;
}
#craftysyntax {
	float: left;
	position: absolute;
}
table.distributors {
	background-image: url(images/gameplayBG.jpg);
	background-repeat: no-repeat;
}
