body {
	font-family: Helvetica, Verdana, Arial;
	font-color: #fff;
	font-size: 10px;
	background-color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
}

html {
	height: 100%;
}

#bg {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	}

#container {
	width: 100%;
	min-height: 100%;
	z-index: 1;
}

div#icons {
	position: absolute;
	right: 10px;
	top: 50%;
}