/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
	/*END RESET*/
#wrapper{
display:table;
width:100%;
height:100%;
 }
 
 #verticalbox{
 display: table-cell;
    vertical-align: middle;
 }
	
	
#container{

width:960px;
margin:auto;
background-color:#fff;
color:#3d3d3d;
box-shadow: 0px 0px 12px rgba(0,0,0,0.6);
}

#header, #footer{
background-color:#3d3d3d;
padding-top: 20px;
padding-bottom: 20px;
z-index: 1;
color:#fff;
width:100%;
}

.col{
width:42%;
padding:4%;
float:left;
}

.centerme{
display:block;
margin:auto;
padding-top:20px;
padding-bottom:20px;
}

.clearfix {
display: block;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

html{
height:100%;
}

#footer a{
color:#fff;
}

a{
font-weight:bold;
}


body{
font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color:#5c6391;
height:100%;
}

span{
padding-left:4%;
}