body {
margin: 0px;
font-family: Arial, Verdana, sans-serif;
font-size: 13px;
background: #0c61eb;;
}

a {
color: #000;
}

a:hover {
color: green;
}

#main {
width: 100%;
height: 100%;
top-margin: 100px;
position: relative;
z-index: 1;
}

#header {
position: absolute;
margin-top: 10px;
top: 10px;
background-image:url('header_background.png');
width: 95%;
height: 137px;
z-index: 2;
}

#background1 {
position: fixed;
margin: 0px;
height: 100%;
width: 100%;
z-index: 0;
}

#canvas {
background-color: transparent;
position: fixed;
margin-top: 25%;
margin-left: 80%;
height: 25%;
width: 15%;
border:none;
z-index: 0;
}

#stats1 {
position: absolute; 
right: 10px; 
top: 23px;
text-align: left;
height: 90px;
width: 250px;
z-index: 3;
}

#stats2 {
height:100%;
margin: 0;
padding: 0;
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
text-align: right;
position: absolute;
}

#links {
position: absolute;
margin-top: 30px;
margin-left: 10px;
width: 175px;
z-index: 4;
font-family: Arial, Verdana, sans-serif;
font-size: 16px;
font-weight: bold;
}

#install {
position: absolute;
background-color: #C0C0C0;
margin-top: 150px;
margin-left: 150px;
width: 350px;
z-index: 4;
font-family: Arial, Verdana, sans-serif;
font-size: 16px;
text-align: center;
font-weight: bold;
}

#acindex1 {
position: absolute; 
right: 10px; 
top: 65px;
text-align: left;
height: 90px;
width: 50px;
z-index: 3;
}

#acindex2 {
height:100%;
margin: 0;
padding: 0;
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
text-align: right;
position: absolute;
}

fieldset {
padding: 10px;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}

legend {
color: #000;
}

fieldset.grey {
padding: 10px;
height: 200%;
border:3px 
}

fieldset.grey2 {
padding: 5px;
height: 200%;
border:3px

}

fieldset.black2 {
padding: 5px;
height: 200%;
border:3px solid #000;

}