@charset "utf-8";
/* CSS Document */

@-viewport {
	height: 100% auto;
	width: 100% auto;
}

body {
	background: alink="#000099" link="#000099" vlink="#990099";
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-color: #242425;
}

html, body {
height: 100% auto;
}
#container { /* this is the div you want to fill the window */
min-height: 100%;
}
imginv {
 -webkit-filter: invert(100%);  
}