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

body {
	background-color: #000;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin: auto;
	text-decoration: none;
}
a {text-decoration: none ;
color: #000000;background-color: #000;
}

#container {
	position:relative;
	background-color: #000;
	color: #000 ;
	width: 935px;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
#innerContainer {position:relative;
		width: 1027px;
		background-color: #000;
		color: #fff;
		margin-top: 310px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
}
#text { position: relative;
	padding-top: 57px;
	padding-bottom: 57px;
	background-color: #000;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: auto;
	text-align: center;
}
#dotCom { position: relative;
}

