﻿#sectionWrapper{
	width:900px;
	height:auto;
	min-height:700px;
	margin:0 auto;
	padding:30px 50px;
	background-color:rgba(0, 0, 0, 0.7);
}

#sectionWrapper .logo{
	margin:0 auto;
	width:295px;
	height:110px;
}
#sectionWrapper #content{
	width:900px;
	height:auto;
	margin:0 auto;
}
#sectionWrapper #content h1{
	text-align:center;
	color:#fff;
	margin-bottom:20px;
	margin-top:30px;
}
#sectionWrapper #content p{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	margin:20px 0;
	color:#fff;
	line-height:22px;
}
#sectionWrapper #content p.title{
	font-size:16px;
	font-weight:bold;
}
#sectionWrapper #content p.poker{
	margin:0px;
	padding-left:50px;
}
#sectionWrapper #content ul{
	list-style:disc;
}
#sectionWrapper #content ul li{
	line-height:22px;
	color:#fff;
	font-size:14px;
}