/* CSS Document */


body {
	margin: 0px;
	background-color: #000;
	color: #CCC;
	text-align: center;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

.main {
	width:650px;
	margin-left:auto;
	margin-right: auto;
	background-repeat: no-repeat;
	height:700px;
	margin-top: 0px;
	}
	
.title {
	
	background-repeat: no-repeat;
	width:200px;
	margin-top:20px;
	margin-left:200px;
	margin-right: auto;
	position:absolute;
	height: 200px;
	
	}
.main-text {
	text-align: center;
}

