/* CSS Document */
*{
margin:0;
padding:0;
height:100%;
}

body {
background-color:#009933;
}
