/*
Copyright 2010-2011 CB Room Recording Studio
Website design and development by
The Color Cure
hello@thecolorcure.com
http://www.thecolorcure.com
*/

* {
	padding: 0;
	margin: 0;
}

BODY {
	background: #000 /*url('images/background.jpg') top center no-repeat fixed*/;
	font: 80%/250% Helvetica, 'Helvetica LT Std', Arial, Verdana, sans-serif;
	color: #FFF;
	text-align: center;
width: 100%;
height: 100%;
}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -999;
}

.stretch {
    width:100%;
    height:100%;
}

a {
    color: #fff;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

small {
	color: #9d4408;
}

small a {
	color: #C93;
}

/* --- LAYOUT --- */

#container {
	margin: 4em auto;
	width: 960px;
	font-size: 200%;
}
