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


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #ffffff;
	background-image: url(../graphics/mainBG.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

html {
	height: 100%;
}

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

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

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a:active {
	text-decoration: none;
	color: #ffffff;
}

#bigTank {
	height: 100%;
	width:100%;
	text-align: center;
}

#tallWall {
	height: 700px;
	width: 700px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	background-color: #333333;
	margin: auto;
}


