<style>
placeholder { 
}
body {
	background-color: #323232;
}
.wrap {
	width:900px;
	margin: 0 auto;
}
.header {
    width:auto;
    height:20px;
    background-color:white; 
    margin: 0 auto;
    text-align:center;

}
.nav {
    width:auto;
    height:75px;
    background-color:white;
    margin: 0 auto;
    text-align:center;
}
.section {
    width:auto;
    height:250px;
    background-color:white; 
    margin: 0 auto;
    text-align:center;
}
.container {
    width:900px;
    height:350px;
    background-color:#323232; 
    margin: 0 auto;

}
.column-left{float: left; width: 31%; height: 100%; padding-left: 10px; padding-right: 10px;}
.column-right{float: right; width: 31%; height: 100%; padding-left: 10px;padding-right: 10px;}
.column-center{display: inline-block; width: 31%; height: 100%;padding-left: 10px;padding-right: 0px;}

.footer {
    width:900px;
    height:15px;
    background-color:#323232;
}
.image {
	position: relative;
	width: 100%;
}
hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	border-color: #fff;
	border-style: solid;
	width: 75%;
}
h1 {
	font-size: 18px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 12px;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {

}
h3 span { 
	position: absolute;
	top: 50px;
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	background: rgb(0,0,0); /* fallback color*/
	background:rgba(0,0,0,0.7);
}
h4 {
	text-align: center;
	font-size: 8px;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}

</style>