*, body, html, form, h1, h2, h3 {
	padding:0;
	margin:0;
}

body {
	background:url(../../images/layout/brick-tile.jpg);
	text-align:center;
	color:#ebece3;
	font-size:11px;
	line-height:1.5em;
}

body, select {
	font-family:Arial, Helvetica, sans-serif;
}

div#wrapper {
	width:819px;
	margin:13px auto 0 auto;
	text-align:left;
}

div#top {
	height:18px;
}

div#cWrapper {
	background:url(../../images/layout/bg-tile.jpg);
}

div#content {
	background:url(../../images/layout/logo-splatter.jpg) no-repeat 0 0;	
}

p {
	
}

a {

}

a img {
	border:0;
}

input, select {
	font-size:10px;
	color:#fff;
}

input {
	padding:2px;
}

/* top */

h1 {
	display:none;
}

div#player div {
	padding:5px 0 17px 463px;
}

/* copy */

div#copy {
	float:left;
}

div#copy .breadcrumb, div#copy .breadcrumb a {
	color:#fff;
	font-size:10px;
	text-decoration:none;
}

div#copy .breadcrumb {
	display:block;
	padding:8px 0 0 170px;
}

/* footer */

div#footer {
	width:629px;
	margin:15px 0 5em 183px;
	height:53px;
}
div#footer p {padding:12px 0 0 20px;}
div#footer i {display:none;}
div#footer a {text-decoration:none;color:#fff;position:relative;z-index:2;}

/* Misc */

.hC {
	text-indent: -5999em;
	font: 1px/1px sans-serif;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#000;
}

.hide {
	display:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
		
.clearfix {
	display: inline-block;
}
	
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */