* {
	padding: 0;
	margin:  0;
}

body {
	background: #000;
	color: #FFF;
	font-family: Helvetica, sans-serif;
}


#background {
    width: 100%; 
/*    height: 100%; */
    position: fixed;
	z-index: -1;
    left: 0px; 
    top: 0px; 
}

.stretch {
    width:100%;
    height:100%;
}
