body,html{
	margin:0;
	background-color:#ccc;
	height: 100%;
}
.outer{
	display: table;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.holder{
	display: table-cell;
	vertical-align: middle;
}

.mainbox{
	margin-left:auto;
	margin-right:auto;
	background-image:url('/images/boxbg.gif');
	background-repeat:no-repeat;
	width:949px;
	height:559px;
}

.boxholder{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top:84px;
	height:293px;
	width: 70%;
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#ccc;
}
.copy{
	color:#ccc;
	font-family:Sans-serif;
	font-size:12px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top:90px;
	height:15px;
	width: 70%;
}

.box{
	position:relative;
	margin:3px;
	margin-top:38px;
	float:left;
	width:215px;
	height:215px;
}
.box img{
	border:none;
}
.box a{
	position:absolute;
	left:0;
	width:215px;
	height:215px;
	text-decoration:none;
	background:transparent url(/images/boxoverlay.png) no-repeat scroll;
}
.logoholder{
	height:80px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:70px;
	width:70%;
}
.logoholder img{
	float:right;
	border:none;	
	width:177px;
	height:80px;
}
