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

body {
	margin: 0;
	padding: 0;
	background: #000000 url(../img/bg.gif) repeat-x left top;
	position:relative;
}

img {
	border: none;
}

#outerWrapper {
	width: 100%;
	margin-top: 140px;
}

#contentWrapper {
	width: 700px;
	margin: 0 auto;
	position:relative;
}

h1#logo {
	width: 475px;
	height: 129px;
	background: transparent url(../img/passion-logo.png) no-repeat left top;
	text-indent: -9999px;
	position:absolute;
	right: 0;
}

h2#launchingSoon {
	width: 248px;
	height: 9px;
	background: transparent url(../img/new-site.png) no-repeat left top;
	text-indent: -9999px;
	position:absolute;
	right: 0;
	top: 144px;
}

#residentTransmissions {
	position:absolute;
	right: 0;
	top: 234px;
	width: 380px;
}

#residentTransmissions h2 {
	height: 9px;
	background: transparent url(../img/resident-transmissions.png) no-repeat right top;
	text-indent: -9999px;
	margin-bottom: 0px;
}

#residentTransmissions ul {
	margin-top: 10px;
}

#residentTransmissions ul li {
	list-style-type: none;
	float: right;
}

.clear {
	clear:both;
}
