/* CSS Document */
@CHARSET "UTF-8";
 body{
	background-color: #CCCCCC;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/bodybg.jpg);
 }
#wrapper{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/homeHeader.jpg);
}
 #frame.home{
	position: relative;
 }
 #frame.home #header{
 	height: 660px;
 	margin-bottom: 50px;
 	position: relative;
 }
 #frame.home #primary{
 	width: 446px;
 }
 #frame.home #secondary{
 	width: 446px;
 }
#welcome, #welcomeContact{
	color: #fff;
	position: absolute;
	top: 530px;
}
#welcome .alpha{
	width: 400px;
	float: left;
	margin: 0 80px 0 0;
	display: inline;
}
#welcome .beta{
	width: 190px;
	float: left;
	color: #8d98a4;
	display: inline;
}
#welcomeContact .alpha{
	width: 160px;
	margin: 0;
	color: #8d98a4;
	font-size: 14px;
}
#welcome a, #welcomeContact a{
	color: #8d98a4;
	font-size: 12px;
}
#welcome a:hover, #welcomeContact a:hover{
	text-decoration: none;
}
.team{
	float: left;
}
.leftSubCol, .rightSubCol{
	width: 49%;
	float: left;
	margin: 15px 0 0 0;
}
#seeMore{
	position: absolute;
	z-index: 500;
	width: 475px;
	height: 50px;
	top: 200px;
	left: 365px;
}
#flash {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 97px;
	padding-right: 200px;
	padding-bottom: 200px;
	padding-left: 57px;
}
