@charset "ISO-8859-1";

html, body, img, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; border:none;
	}  
	
body {
	background-image: url(wallbg.jpg);
	background-repeat: repeat;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align:center;
}

p {
	font-size: 200px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#container {
	width:570px;
	height:4900px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	}

#content {
	width:570px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
#clear {
	clear:both;
	}
	
img {
display: block;
}
	
.floatie{
	float:left;
	}
	
a img {border: none; }
