<div class="homepage cmsPageContent overall">
	<div>
			</div>
</div>
<style>
	
	body {
		color: #FFF;
		font-family: arial;
		font-weight: 100;
		font-size: 16px;
	}
	
	.cmsPageContent {
		top: 75px;
		padding: 20px;
		background: rgba(0, 0, 0, 0.7) !important;
		border: 1px solid #F2E6E6 !important;
		color:#FFF;
		position: relative;
		width: 1260px;
		margin: 0 auto;
		margin-bottom: 150px !important;
		max-width: 1000px;
	}
	
	h1 {
		font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Calibri, 'Open Sans', sans-serif;
		font-size: 40px;
		font-weight: 400;
		margin:10px 0 20px;
		color: white;
		text-shadow: 1px 1px 5px black;
		text-transform: uppercase;
	}
	ul, menu, dir {
		display: block;
		list-style-type: disc;
		-webkit-margin-before: 1em;
		-webkit-margin-after: 1em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 40px;
	}
	.cmsPageContent a, .cmsPageContent a span {
		color: #42BACB !important;
	}
	
	.cmsPageContent a:hover {
		text-decoration: underline;
	}
	
	@media screen and (max-width:1024px) {
		.cmsPageContent {
			width: 940px;
		}
	}
	
	@media screen and (max-width:975px) {
		.cmsPageContent {
			width: 850px;
		}
	}
	
	@media (min-width:720px) and (max-width:975px){
		.cmsPageContent {
			width: 700px;
		}
	}
	
	@media (max-width: 720px) {
		.cmsPageContent {
			width: 96%;
		}
	}
	
</style>
