body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#banner {
	background-image: url('images/partycity-banner.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#main {
	background-image: url('images/partycity-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#footer {
	background-color: #3c3c3c;
	font-size: 10px;
	color: #fff;
	padding: 6px;
}

a {
	color: #ff0080;
}

#innerGirls {
	background-image: url('images/crystal.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#innerGuys {
	background-image: url('images/legend.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}