@charset "UTF-8";

body {
	background-color: #523a22;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	font: "Times New Roman",serif;
	letter-spacing: .2em;
	font-size: small;
	text-transform: uppercase;
	color: #fff;
}

hr {
	background-color: #523a22;
	color: #523a22;
		border: 0;
	border-bottom: thin dashed #ed1269;

}

#container {
	width: 100%;
	margin: auto;
	text-align: center;
}

#topbar {
	background-color: #fff;
	background-image: url('images/topbarbg.gif');
	background-repeat: x;
	background-attachment: fixed;
}

#transition {
	background-color: #523a22;
}

#container2 {
	width: 1378px;
	margin: auto;
}

#video {
	border: thin dashed #ed1269;
	padding: 4px;
	width: 720px;
	height: 296px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#closer {
	margin: auto;
	width: 620px;
	height: 160px;
	margin-bottom: 25px;
}

#leftchannel {
	width: 228px;
	float: left;
}

#rightchannel {
	width: 228px;
	float: right;
}

#footer {
	border-top: thin dashed #ed1269;
	width: 620px;
	font-size: x-small;
	margin: auto;
	clear: both;
	padding-top: 15px;
}