@charset "UTF-8";
* {
	padding: 0;
	border: 0;
	margin: 0;
}
body {
	background-color: #1C1515;
	text-align: center; /* IE fix to center wrapper */
}
div#wrapper {
	width: 1100px; /* really important to make centering work */
	margin: 0 auto; /* center outer wrapper */
	padding: 0;
	text-align: left;
}
div#content {
	width: 1100px;
	height: 660px;
	margin: 50px 0;
	border: 1px solid #151111;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	overflow: auto; /* acts like clear floats, see Lynda CSS For Designers*/
	background-color: #151111;
	text-align: center;
}
div#content2 {
	width: 1100px;
	height: 660px;
	margin: 50px 0;
	text-align: center;
}
img {
	margin: 175px 0 0 0;
	border: 0;
	padding: 0;
}
p {
	font: 14px/16px "Myriad Pro", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
.tagline {
	margin: 40px 0 75px 0;
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.contactInfo {
	color: #333333;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 3px;
}
a:link {
	text-decoration:none;
	color: #333333;
}
a:visited {
	text-decoration:none;
	color: #333333;
}
a:hover, a:active {
	text-decoration:none;
	color: #FF0000;
}

