* {
	margin: 0;
	padding: 0;
}

a {
	color: #cccccc;
	text-decoration: underline;
	border: none;
}

a:hover {
	color: #cccccc;
	text-decoration: underline;
	border: none;
}

#sidebar a, h2 a {
	text-decoration: none;
}

h2 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
dt {
	float: left;
}
dd {
	margin-left: 80px;
}

#newsletter {
	padding-top: 15px;
}

input {
	margin-bottom: 5px;
}

small {
	font-size: 10px;
}

img {
	border: none;
	padding: 0;
	max-width: 100%;
}

body {
  	text-align: center;
  	background: #000 url('http://www.twinstwinsmusic.com/images/background.jpg');
  	background-repeat: no-repeat;
  	color: #ddd;
  	font-family: 'Helvetica Neue Light', 'Helvetica', 'Arial', Sans-Serif;
  	font-size: 10px;
	margin: 0;
	padding: 0;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#content {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 600px;
	display: inline;
}

#logo {
	text-align: center;
}

#sidebar {
	position: absolute;
	top: 100px;
	right: 0px;
	width: 200px;
	float: right;
	text-align: right;
	font-size: 20px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
	


.postmetadata {
	display: none;
}