@charset "utf-8";
#site {
	width: 100%;
	text-align: center;
	vertical-align: baseline;
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
	clear: none;
	top: auto;
	bottom: auto;
	float: none;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	clear: both;
	text-align: center;
}
#left_site {
	float: left;
	width: 282px;
}
#content {
	background-image: url(images/justice_beatz_web_02.jpg);
	float: left;
	width: 411px;
	height: 600px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}
#c2 {
	width: auto;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
#rightSite {
	width: 257px;
	float: left;
}
a:link {
	color: #362B31;
}
a:visited {
	color: #362B31;
}
a:hover {
	color: #F6F7F9;
	background-color: #362B31;
}
a:active {
	color: #362B31;
}

