/* CSS document */

@media all {

body {
	background-color: #222;
	}

#MainPage {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 250px;
	height: 70px;
	background: #222 url('standby.gif') no-repeat bottom right;
	}

} /* media all */

/* end of CSS document */