@charset "UTF-8";
/*---------basic styling----------*/
* {
	margin: 0px;
	padding: 0px;
}

img {
   behavior: url("pngbehavior.htc");
}

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position: relative;
	width: 700px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
.topspacer {
	height: 140px;
	width: 700px;
	margin-top: 200px;
}

#bottomspacer {
	height: 50px;
	width: 700px;
}
	

		  