* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #1f2d5e;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: "Verdana", "Arial";
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-weight: bold;
}

a {
	text-decoration: none;	
	color: #fff;	
}

a:hover {
	font-weight: bolder;
}

.stretch
{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0px;
}

#outer {
	width: 960px;
	height: 700px;
	margin: 20px auto 0px auto;
}

#title
{
	background-image: url('/images/superstarstreetz.png');
        background-position: 200px top;
        background-repeat: no-repeat;
	position: absolute;
	width: inherit;
        height: inherit;
}

#female
{
	background-image: url('/images/garagefemale.png');
	position: absolute;
	background-position: left bottom;
	background-repeat: no-repeat;
	width: inherit;
	height: inherit;
}

#male
{
        background-image: url('/images/partshopmale.png');
	background-position: right bottom;
        background-repeat: no-repeat;
	position: absolute;
        width: inherit;
        height: inherit;
}


#content {
	padding: 0px;
	position: relative;
	top: 225px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(25,25,25);
	width: 610px;
	height: 430px;
	border: 8px solid rgb(255,255,255);
	background-image: url('/images/screenshot.jpg');
	background-position: center -8px;
}

#playnow {
	position: relative;
	width: 303px;
	padding-top: 303px;
	left: -255px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/images/playnow.png');
	background-position: center top;
	background-repeat: no-repeat;

}

#playnow:hover {
	background-image: url('/images/playnow.png');
	background-position: center bottom;
}

#download {
	position: relative;
	top: 204px;
	color: #fff;
	text-align: center;
	padding: 6px 0px 0px 0px;
	width: 200px;
	height: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(55,75,150);
	border: 4px solid rgb(255,255,255);
	z-index: 2;
}

#download:hover {
	background-color: rgb(255,255,255);
	border: 4px solid rgb(55,75,150);
	color: rgb(55,75,150);
}

#bottom {
	color: #8199ee;
	text-align: center;
	padding: 6px 0px 0px 0px;
	width: 840px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(55,75,150);
	border: 6px solid rgb(25,25,25);
}

.justtext {
	font-size: 21px;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 16px;
	width: 450px;
	top: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(55,75,150);
	border: 8px solid rgb(255,255,255);
}

.justtext a {
	color: #fa0;
}
