body { 
	padding: 0;
	margin: 0;
	background-image: url('../img/bg_page_small.jpg'); 
	background-position: top center; 
	background-repeat: no-repeat; 
	background-color: #1a3964;
	background-attachment: fixed;
	color: #fff;
	font-family: 'Open Sans', Arial, serif;
	font-weight: 300;
}

img#expando { 
	position: absolute; 
	display: none; 
	z-index: 1; 
	-ms-interpolation-mode: bicubic; 
} 

.wide img#expando, 
.tall img#expando { 
	display: block; 
} 

.wide img#expando { 
	width: 100%; 
	height: auto; 
} 

.tall img#expando { 
	width: auto; 
	height: 100%; 
}

.ie6fixed {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
}

h1,
h2
{
	font-size: 40px;
	color: #fff;
	font-family: 'Open Sans', Arial, serif;
	font-weight: 800;
	text-transform: uppercase;
	margin:0;
	padding:0;
}





h1,
#main
{
	position: absolute;
	width: 100%;
	top:7%;
	text-align: center;
	background-color: Transparent;
	z-index: 2;
}

h1
{
	white-space: nowrap;
	margin-top:7%;
}

#main
{
	top:50%;
	margin:-105px auto;
	font-size:0px;
}

h2
{
	font-size: 32px;
	line-height:32px;
}

.column
{
	padding: 20px;
	display: inline-block;
	border: 20px #FFF solid;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	width:305px;
	margin:15px;
}

.column p
{
	margin:0px;
	padding:0px;
	font-size: 14px;
	line-height:14px;
}

.column p > a
{
	font-size: 14px;
	line-height:14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	background-color: #09C;
	padding: 6px 110px 7px 9px;
	margin: 20px 0 0 0;
	display: inline-block;
	background-image: url('../img/more.png');
	background-repeat: no-repeat;
	background-position: right center;
	border-width: 0px 9px 0px 0px;
	border-color: #09C;
	border-style: solid;
}

.column p > a:hover
{
	background-color: #0d161d;
	border-color: #0d161d;
}