body {
  background: #000;
  font-size: 11px;
}

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

.contactUs{ padding-top: 40px; background-position: 0 center;}

.movieSection {
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: white;
	color: black;
	border-radius: 4px;
}

.mainContent {
	background-color: white;
	background-repeat: no-repeat;
	color: black;
	padding-top: 30px;
	background-image: url(../img/BG_contentSetion.png);
	border-radius: 4px;
}

.mainContent p {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

p a{
	text-decoration: none;
	color: #ff8000;
}

.getInv {
	padding-left: 80px;
}

p,li{padding-right: 20px;}

.footer{ text-align: right; color: white; }
