@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../_images/bg-angel-long.jpg');
	color: #CCCCCC;
}
.clear {
	clear: both;
}
img {
	border: none;
}
table tr td {
	width: 120px;
	height: 100px;
	border: 0px;
	background-color: black;
}
#container {
	width: 949px;
	background-color: #000000;
	margin: 0px auto 0px auto;
	border: 3px solid white;
	padding-bottom: 25px;
}
#container .content {
	width: 885px;
	margin: 30px auto 0px auto;
	border: 3px solid white;
	position: relative;
}
#container .angel-title {
	text-align:center;
	background-color: #cb5450;
	min-width: 395px;
	height: 39px;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	padding: 5px 20px 5px 20px;
	margin: 5px 0px 12px 0px;
	letter-spacing: -2.4pt;
	float:left;
	text-transform: uppercase;
}
#container .text-area {
	width: 845px;
	background-color: #2b0b0c;
	padding: 5px 20px 5px 20px;
}
#container .content .content-left {
	width: 410px;

	float: left;
	margin-top: 12px;
	background-color: #111;
}
#container .content .content-right {
	width: 463px;

	float: left;
	margin-left: 12px;
	margin-top: 12px;
}
#container .content .click-here-mysite {
	margin-top: 10px;
	float: left;
}

