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

div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #1b1464;
	color: #DDD;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#tank {		
	margin: 0 auto;
	width: 800px;
	text-align: left;
	position: relative;
}

#btLink {
	float: left;
	height: 129px;
	width: 221px;
	position: absolute;
	bottom: 20px;
	right: 50px;
	text-decoration: none;
}

#background {
	background: url(../_img/PenandInc_main.jpg) no-repeat;
	height: 600px;
	width: 800px;
}

img {
	border: none;
}

.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
	

