@charset "UTF-8";
/* CSS Document */

a:link{
color:#FFF;
text-decoration:underline;
}

a:visited{
color:#FFF;
text-decoration:underline;
}

a:hover{
color:#FFF;
text-decoration:underline;
}

a:active{
color:#FFF;
text-decoration:underline;
}

#main{
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
}

#main img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}

body,html{
	background-color:#000;
	/*
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	font: 12px Courier, Courier New, Helvetica, Arial, sans-serif;
	color:#FFF;
	text-decoration: none;
	line-height: 16px;
	*/
}

#title{
	left: 50%;
	top: 50%;
	margin: -55px auto auto -175px; /* top, right, bottom, left */
	position: fixed;
	text-align: center;
	width: 340px;
	height: 100px;
	z-index:100;
	text-rendering: optimizeSpeed;
}

#soundcloud{
	
}
