* {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 14px;
}
a{
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
html, body{
	height: 100%;
	background: #515864 url(../images/tile.png) repeat;
	color: #cccccc;
}
#content{
	width: 100%;
	background: url(../images/bg.png) repeat-x;
	overflow: hidden;
	height: 750px;
}
#content h1{
	display: block;
	width: 754px;
	height: 428px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}
#content ul{
	width: 625px;
	margin: 100px auto;
	padding-bottom: 130px;
}
#content ul li{
	display: block;
	float: left;
	text-align: center;
}
#content ul li#master-builders{
	background: url(../images/master-builders.png) no-repeat;
	width: 124px;
	height: 68px;
	text-indent: -9999px;
}
#content ul li#contact{
	width: 340px;
}
#content ul li#aib{
	background: url(../images/aib.png) no-repeat;
	width: 149px;
	height: 68px;
	text-indent: -9999px;
}