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

body, html {

	height: 100%;

    margin: 0;

    font-family	: Arial, Helvetica, sans-serif;

}

body {

	background: #000;

	color: #fff;

	font-size: 76%;

    padding: 20px;

}



#st1, #st3 {

	display: none;

}