@charset "UTF-8";
/* CSS Document */

body {
	background-color: #361F0B;
	text-align: center;
}

#vertical{
    float:left;
    height:50%;
    margin-top:-300px;/* half vertical height*/
    width:100%;
}	

#wrapper {
	margin:0 auto;
	text-align:left;
	width:960px;
	height:605px;
	clear:both;
	position: relative;
}	

p.text {color:#fff; font-size:12px; position:absolute; top:80px; z-index:-1;padding:20px;}