@charset "UTF-8";
/* CSS Document */

body {
	font: 12px Tahoma, Geneva, sans-serif;
	background:#000;
	background-repeat:repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #E2E2E2;
}
.othercine #container {
	width: 780px;  
	background: transparent;
	margin: 0 auto; 
	text-align: left;
}
.othercine #mainContent {
	padding-top: 50px;
	padding-left: 100px;
	padding-right:100px;
	text-align:justify;
	
}
a:link {
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
