@charset "utf-8";
/* CSS Document */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #3F882E;
font-size: 12px;
background-color: #FFFFFF;
text-align: center;
}

#container {
margin: auto;
margin-top: 100px;
width: 500px;
height: auto;
}

#logoload {
background-image: url(gfx/logoload.jpg);
background-repeat: no-repeat;
background-position: left;
width: 500px;
height: 153px;
float: left;
}

#txt {
width: 500px;
height: 60px;
float: left;
}

#percent {
font-weight: bold;
width: 500px;
float: left;
}

#stat {
font-weight: bold;
width: 500px;
float: left;
}

#bar {
background-color: #5D5D5D;
width: 500px;
float: left;
}

#bg {
background-color: #dddddd;
width: 500px;
float: left;
}
