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

body {
	background-color: #000000;
	margin: 0;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(images/background-record-player.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
	
img {border:0px;}

h1 {
	color: #f2ca5a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
}

h2 {
	color: #f2ca5a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height:1.5em;
	z-index: 2;
}

p {
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	z-index: 2;
}

a:link {color:#f2ca5a;}      /* unvisited link */
a:visited {color:#ffffff;}  /* visited link */
a:hover {color:#F8D869;}  /* mouse over link */
a:active {color:#f2ca5a;}  /* selected link */


#wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}

#main-content {
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 0;
}

#logo {
	width: 600px;
	margin: 5px 0 5px 80px;
}

#main-text {
	width: 325px;
	padding:15px;
	position: relative;
	top: 20;
	left: 120;	
	background: rgb(75, 75, 75); /* Fallback for older browsers without RGBA-support */
    background: rgba(75, 75, 75, 0.7);
	z-index: 1;
}


#address {
	width: 700px;
	position: relative;
	top: 550px;
	margin: 0 auto 0 auto;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;	
}
