@charset "UTF-8";
html, body {
	font: 100% Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #1c1c1c;
	background:#bbbbbb url(images/bg.jpg) repeat-x;
}

a {
	color:#757575;
	text-decoration:none;
}

a:hover {
	color:#1c1c1c;
}

#container {
	width: 1024px;
	background: #FFFFFF;
	margin: 0 auto;
	border:none;
	text-align: left;
}

#mainContent {
	padding: 0px;
	position:relative;
}

#mainbg {
	z-index:1;
	height:800px;
	width:1024px;
	background:url(images/mainbg.jpg) no-repeat;
}

#panels {
	top:106px;
	left:547px;
	position:absolute;
	width:400px;
	font-size:12px;
}

#chaos {
	width:415px;
	height:533px;
	top:48px;
	left:54px;
	position:absolute;
	z-index:99;
}

.photos {
	display:inline;
	float:left;
}

.trl {
	padding: 0px 20px 0px 0px;
}

.brl {
	padding: 20px 20px 0px 0px;
}

.brr {
	padding: 20px 0px 0px 0px;
}