@charset "UTF-8";

/* Global Content Formatting and Styles */



body {
	color: #fff;
	font-size: 18px;
	background-color: #000000;
	font-family: Arial, sans-serif;
}

.page {
	max-width: 700px;
	height:600px;
	margin: 40px auto 0px auto;
	position: relative;
}

#logo {
	width:100%;
	margin-bottom: 20px;
	}

p {
	margin: 0em 5.5em 0.75em 0em;
	line-height: 1.4em;
}

a {
	color:#fff;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
}



.clear-fix {clear: both; line-height: 1px;}




article {padding: 100px 20px 30px 0px;}

.page {
	background: #000000;

}

/* --- MEDIA QUERY -- PHONES ----------------------------*/
@media only screen and (max-width: 737px) {

	p {
		font-size: .7em;
		margin: 0em 3em 0.75em 0em;
		line-height: 1.2em;
	}

}