
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 0em; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
/*	color: #C03*/;
	font-size: 2em;
	text-align:center;
	line-height: 1em;
}
#header h2{
	padding-top:.125em;
	font-size: 3em;
	text-align:center;
	line-height: 1em;
}
#header h4{
	padding-top:.5em;
	font-size: 1em;
	text-align:center;
	line-height: 1.25em;
}
.logo{
	position:absolute;
	left:.5em;
	top:2em;
}
.logo a{
	text-decoration:none;
}
.ab{
	position:absolute;
	left:27em;
	top:.45em;
}
.bplanet{
	position:absolute;
	left: 65em;
	top: 3em;
}
.bplanet a{
	text-decoration:none;
}
.bbb{
	position:absolute;
	left:77em;
	top:8.5em;
}
#text{
	width: 300px;
    position:absolute;
	top:.75em;
	left: 37em;
}
#topnav ul li{
    list-style-type:none;
	display:inline;
}
#topnav ul li a{
	text-decoration:none;
	padding-left:1em;
	padding-right:1em;
	line-height:1.8em;
}
#swf{
	padding-left:8em;
	background-color:#303030;
}
#imgs{
	margin-top:1em;
}
#serve{
	
}
/*//////Hacks\\\\\\*/
* html .bplanet{
	position:absolute;
	left: 65em;
	top: 3em;
}
* html .bbb{
	position:absolute;
	left:77em;
	top:8.5em;
}
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
.clearfix {display: block;}
/* end backslash hack */ 