body{
	width: 960px;
	display: block;
	text-wrap:unrestricted;
	background-color: #131313;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #FFF;
	height: auto;
	margin: 0px auto 0px auto;
	background-image: url(images/initials.png);
	}
	
p{
	
	}
a{
	text-decoration: none;
	color: #600;
	}
a:link {
	color: #fff;
	}
a:visited {
	color: #fff;
	}
a:hover {
	color: #900;
	text-decoration: none;
	}
a:active {
	color: #C00;
	}
ol{
	list-style:decimal
	}
ul{
	list-style:square
	}
h1 {
	font-size: 28px;
	display: none;
	}
h2 {
	font-size: 24px;
	}
h4 {
	font-size: 18px;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 11px;
	}
hr{
	margin-top: .3em;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000;
	}
#container {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	display: block;
	float: left;
}
#header{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height: 220px;
	background-color: #fff;	
	}
#mainContent {
	display: block;
	float: left;
	width:920px;
	height:auto;
	background-color: #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 140px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
#block1, #block2 {
	margin: 0px 10px 0px 10px;
	display: block;
	float:left;
	width:440px;
	height:400px;
	}
#breaker {
	margin-top: 100px;
	padding:20px;
	display: block;
	float:left;
	width:880px;
	line-height:100px;
	background-color: #000;
	font-size: 70px;
	color: #FFF;
	font-weight: bold;
	}
#text {
	margin: 0 20px 100px 20px;
	display: block;
	float:left;
	width:870px;
	line-height:48px;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	}