body{
	background:#0a121a;
}

#image{
	position:absolute;
	height:100%;
	width:100%;
	background-image:url('street.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top; 
}