body {
	margin: 0;
	padding: 0;
	background: url(demo-bg.png) 50% 0 repeat-x;
}
p .png, html .png,
div .png {
	azimuth: expression(
		this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}
#navigation {
	width: 950px;
	height: 78px;
	border: 0px solid #f00;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#selectbox {
	border: 0px solid #f00;
	position: absolute;
	left: 300px;
	top: 0;
	height: 62px;
}

#selectbox form {
	margin: 0;
	padding: 0;
}

#selectbox select {
	font-family:'Trebuchet Ms', Helvetica, sans-serif;
	letter-spacing:1px;
	font-size:115%;
	margin-top: 15px;
	width: 250px;
	overflow: hidden;
	color: #333;
	background:#CCCCCC;
	height: 30px;
}

#joinbox {
	position: absolute;
	right: 7px;
	top: 0;
	width: 231px;
	height: 78px;
}
