body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

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

#containerFullPage {
	background-image: url(../images/bgMain.gif);
	background-repeat:repeat-y;
	padding:0px 5px 0px 5px;
	position:absolute;
	left: 50%;
	margin-left: -455px;
	width: 910px;
}	

#contentBody {
	margin-top:0px;
	width:900px;
	margin-left:0px;
}

#contentFooter {
	background-image: url(../images/bodyBG/bgFooter.png);
	background-repeat: no-repeat;
	border-bottom:5px solid #b7b7b7;
	padding-top:25px;
	margin-left:0px;
	width:900px;
	height:100px;
	clear:both;
	float:bottom;
}

.bodySect {
	padding:0px 0px 0px 25px;
	float:left;
}


/* IEPNGFIX -- Fixes transparent backgrounds in IE.  (uses file "blank.gif" in images/iepngfix)  */
img, div, a, td, span { behavior: url(http://www.breakinglaces.com/newsite3/includes/iepngfix.htc) }


/* ---- MAILING LIST STYLE --- */

#box-mailList {
	border:1px solid #222222;
	padding:7px;
}

.blInput {
	border:none;
	background:#333333;
	font-family:arial;
	font-size=10px;
	color:#ffffff;
	margin-bottom:4px;
	padding-left:4px;
}
.blSubmit {
	border:none;
	font-family:arial;
	font-size:18px;
	background:url(../images/text/mlSubmit.png);
	background-repeat:no-repeat;
	width:81px;
	height:18px;
	float:right;
	margin-right:7px;
}