/* CSS Document */

body, html {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	background-color:#000;
}

.main {
	padding:10px; 
}
