@charset "UTF-8";

/* Reset Everything */

 

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a {
	color: #CCC;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-weight: normal;
}

/* General Settings */

a img {
	border: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

.spacer {
	clear: both;
}

img {
	margin: 5px;
}

/* Layout */

body {
	background: #000000;
	margin:0;
	padding: 0;
}

#main {
	background: url(images/our-big-night-back.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}

#wrapper {
	width: 810px;
	margin: 0 auto;
	padding-top: 163px;
}

#body-space {
	width: 650px;
	margin: 0 auto;
	height: 170px;
}

#body-space  div{
	width: 300px;
	float: left;
	display: inline;
	border: 1px solid #CCC;
	padding: 5px;
}

h1 {
	font-size: 16px;
}

#cover{
	padding: 5px;
	border: double #ccc;
}

/* Demo Space */

#demo-space {
	border-bottom: 2px #CCCCCC solid;
	margin-top: 10px;
	border-top: 2px #CCCCCC solid;
	padding: 10px;
	display: block;
}

#demo-space h1 {
	color: #36C;
	font-size: 14px;
	margin-bottom: 10px;
}

#artist-related a {
	font-size: 10px;
	text-decoration: none;
}

#artist-related a:hover {
	text-decoration: underline;
}

#artist-related {
	width: 270px;
	display: block;
	height: 90px;
}

#artist-related img {
	float: left;
	display: inline;
}

#artist-related p {
	font-size: 10px;
	float: right;
	display: inline;
}

#social-networking {
	float: right;
	display: inline;
	width: 195px;
	margin-top: -55px;
}

#social-networking img {
	margin: 0;
}


