body {
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #09F;
}

#main {
	margin: 10px;
	padding: 0px;
	height: 890px;
	width: 890px;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	behavior:url(border-radius.htc);
}

.ie #main {
	margin: 10px;
	padding: 0px;
	height: 890px;
	width: 890px;
	background-image: url(background-ie.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	behavior:url(border-radius.htc);
}

#curved {
	border: medium solid 8de1fa;
	height: 370px;
	width: 740px;
	left: 75px;
	top: 45px;
	background-color: #8de1fa;
	position: relative;
	color: #8de1fa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(border-radius.htc);
}

#curved2 {
	border: medium solid 8de1fa;
	height: 360px;
	width: 730px;
	left: 5px;
	top: 5px;
	background-color: #231f20;
	position: relative;
	color: #231f20;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(border-radius.htc);
}

#content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #87d3ea;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
	position: relative;
	width: 720px;
	height: 350px;
	left: 5px;
	top: 5px;
}

#mp3player {
	position: relative;
	height: 210px;
	width: 230px;
	top: 140px;
	left: 583px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#socialbuttons {
	position: relative;
    left: 75px;
	top: 200px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu {
	background-color: rgba(0, 0, 0, 0.5);
	height: 25px;
	left: 0px;
	top: 0px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-family: Consolas, "Lucida Console", "Courier New", monospace
}

a {
	color:#FC0;
	text-decoration:none;
}
a:hover {
	color:#FFF
}

h1 {
	text-align: center;
	font-size:24px;
	font-family: Consolas, "Lucida Console", "Courier New", monospace
}

p {
	
}
