* {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

a { 
	text-decoration: none;
	color: #fff
}

a:hover { border-bottom: 1px dotted #fff; }

html, body { height: 100%; }

body {
	background: #000 url(images/bg1.gif) top center;
	font: italic 14px/1.5em "Courier New", Times;
	text-align: center;
}

#bg {
	width: 888px;
	margin: 0 auto;
	min-height: 100%;
}

* html #bg { height: 100%; }

#site { 
	position: relative;
	text-align: center; 
	min-height: 100%;
	margin: auto;
	text-align: left;
}

* html #site { height: 100%; }

#content { padding: 240px 0 110px 0; }

#main {
	width: 815px;
	height: 15px;
	padding: 10px;
	background-color: #fff;
	font-size: 12px;
	font-style: normal;
}

#sub {
	width: 360px;
	height: auto;
	padding: 10px;
	background-color: #000;
	color: #ff0090;
	font-size: 12px;
	font-style: normal;
	margin-top: 10px;
}

#footer {
	width: 888px;
	height: 110px;
	margin: -110px auto 0 auto;
	text-align: left;
	position: relative;
}

* html #footer { margin-top: -110px; }

#footer #bar {
	height: 27px;
	padding-top: 8px;
	background-color: #ff0090;
	position: relative;
}

#bar ul { list-style-type: none; }

#bar li { float: left; }

#bar ul#mySites { float: left; }

#bar ul#mySites li { padding-left: 30px; }

#bar ul#otherSites { 
	float: right; 
	font-size: 11px;
}

#bar ul#otherSites li { padding-right: 15px; }
#bar ul#otherSites li.last { padding-right: 30px; }

#mostbeautifullest, #gangsterly { 
	position: absolute;
	bottom: 30px;
	padding: 7px 12px;
	background-color: #000;
	color: #fff;
	font-size: 11px;
	visibility: hidden;
}	

#gangsterly { left: 220px; }