body {
	width:			550px !important;
	margin-top:		50px !important;
	margin-bottom:		0px !important;
	margin-left:		auto !important;
	margin-right:		auto !important;
	background-color:	#000;
	font-family:		arial, helvetica, verdana;
	font-size:		12px;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		1.4em;
	color:			#333333;
	padding:		0px;
}

div#content {
	width:			545px;
	height:			420px;
	text-align:		center;
}

div.div_bt {
	float:			left;
	width:			180px;
	height:			180px;
}

div.div_bt2 {
	float:			left;
	width:			180px;
	height:			180px;
	margin-left:		90px;
	display:		inline;
}


/* Text */

* > h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child {
	margin-top:		0px;
}

p, h1, h2, h3, h4 {
	color:			#fff;
}

span, .quote {
	color:			#fff;
}

h1, .span_h1 {
	color:			#e0e0e0;
	font-size:		26px;
	line-height:		1.3em;
}

h2, .span_h2 {
	color:			#e0e0e0;
	font-size:		18px;
	line-height:		1.4em;
	letter-spacing:		1px;
}

h3, .span_h3 {
	color:			#e0e0e0;
	font-size:		15px;
	font-weight:		bold;
	line-height:		1.3em;
}

h4, .span_h4 {
	color:			#e0e0e0;
	font-size:		13px;
	font-weight:		bold;
	line-height:		1.3em;
}

h1.white, h2.white, h3.white, h4.white, span.white {
	color:			#fff;
}

h1.red, h2.red, h3.red, h4.red {
	color:			#C2035D;
}

.quote {
	font-family:		'times new roman', verdana, arial, helvetica;
	font-size:		17px;
	font-style:		italic;
	display:		block;
}

.bold {
	font-weight:		bold;
}

/* Links */

a {
	color:			#e0e0e0;
}

a.white {
	color:			#fff;
}


/* Images */

img {
	border:			0;
}

.img_left, .img_left_border {
	float:			left;
	margin:			0px 10px 5px 0px;
}

.img_right, .img_right_border {
	float:			right;
	margin:			0px 0px 5px 10px;
}

.img_center, .img_center_border {
	margin:			0px 0px 5px 0px;
	display:		block;
	margin-left:		auto;
	margin-right:		auto;
}

.img_border, .img_left_border, .img_right_border, .img_center_border {
	border:			1px #333 solid;
}

.text_italic {
	font-style:		italic;
}

.link {
	color:			#666666;
}

.br, .br_dbl, .img_border {
	display:		block;
}

.br_dbl {
	margin-top:		15px;
	margin-bottom:		15px;
}

.clear {
	clear:			left;
}
