﻿body {
text-align:center;
background-color: #000;
background-image:url('../images/bg-main.jpg');
background-position:center top;
background-repeat: no-repeat; 
margin-top: 186px;
margin-bottom:180px;
}
div#main{
	text-align:center;
	margin: 0 auto;
	color:#E7F0FE;
	padding-top:80px;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
}
#clear{
	clear:both;
}
