/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: black;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 	border-width: 1px; border-color: #ff0000; border-style: dashed;	/* 	show  boarder*/

/*-------------------
WRAPPER 
------------------- */
div#wrapper {	
	margin: 0 auto; /* center */
	height: auto;
	width: 838px;
}
div#header {
	margin-top: -30px;
	height: 472px;
	border-bottom: solid 1px red;
}
/*-------------------
CONTENT 
------------------- */
div#content {
	width: 838px;
	height: 454px;
}
.section-facebook {
/*
    margin-left: 1px;
    margin-top: 1px;
*/
    float: left;
    width: 435px;
    height: 365px;
}
.section-info {
    margin-left: 1px;
    margin-top: 1px;
    float: left;
    width: 435px;
    height: 86px;
}
.section-soundcloud {
/*
	margin-right: 1px;
    margin-top: 1px;
*/
    float: right;
    width: 400px;
    height: 205px;
}
.section-youtube {
/*
	margin-right: 1px;
    margin-top: 1px;
*/
    float: right;
    width: 400px;
    height: 246px;
}
/*-------------------
BAND MEMBERS
------------------- */
div#band-members {
	position: fixed;
	margin-top: 100px;
	margin-left: 838px;
	width: 170px;
}
/*-------------------
LINKS 
------------------- */
div#social-links {
	position: fixed;
	margin-top: 100px;
	margin-left: -40px;
	width: 32px;
}
.email {float: right;}