@charset "utf-8";
/* CSS Document */

body {
	background: #000000;
	text-align:center;
}
a:link {color: none; text-decoration:none;}
a:visited {color: none; text-decoration:none;}
a:hover {color: #E066FF; text-decoration:none;}
a:active {color: none; text-decoration:none;}
#header {
	position: absolute;
	left:100px;
	top: 0px;
	width: 900px;
	height: 150px;
	text-align: center;
	color:#FF34B3;
	background-image: url(../images/steel.jpg);
	background-repeat:no-repeat;
}
#sexy {
	margin-top: 70px;
	font-size: 24px;
	font-weight:bolder;
}

#contact {
	font-size:large;
	padding: 10px;
	font-weight:bold;
}

#container {
	position:absolute;
	top: 150px;
	left: 350px;
}
#navigation {
	width: 120px;
	font-weight:bold;
	position: absolute;
	top: 185px;
	left: 100px;
	background-color: #FF34B3;
	color: #000000;
	text-align:center;
}
#navigation a {
	text-decoration:none;
	color:#000000;
}	
ul.menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

a.menuLink {
	font-size: 16px;
	font-weight: bold;
}


#mp3_player {
	position: absolute;
	top: 300px;
	left: 70px;
}
