body{
	background-color: #111111;
	background-repeat: repeat-x;

    background-position: top center; 
    background-attachment: fixed; 
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

body, td, tr{
	scrollbar-base-color: #202020; 
	scrollbar-track-color: #202020;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #333333;
	scrollbar-darkshadow-color: #202020;
	scrollbar-shadow-color: #202020;
	scrollbar-arrow-color: #202020;

	cursor: default;
	font: 13px verdana, helvetica, sans-serif;
    color: #BBBBBB;

}

a:link, a:active, a:visited { color: #E4D9C3; text-decoration:none; }
a:hover{ color: #B5D4F3; text-decoration:none; }
a.menu:link, a.menu:visited { color: #ffffff; text-decoration:none; }
a.menu:hover, a.menu:active { color: #f6d023; text-decoration:none; }

.error{
	color: #FF0000;
}

.input { 
	    font: 12px Arial, Tahoma, verdana, helvetica, sans-serif;
        background-color:#ceb376;
        border:1px solid #000000;
        color:#000000;
}

.button{
	    font: 12px Arial, Tahoma, verdana, helvetica, sans-serif;
	    background-color: #414141;
	    color: #c5c5c5;
        border: 1px #686d72 solid;
        text-align: bottom;
}


#Main {
  margin-left: 20%;
}

#Content1 {
  width: 300px;
  height: 100px;
  margin-left: 10%;
  border: none;
  font-weight: bold;
}

#box1, #box2, #box3 {
  display: none;
}

a {
  outline: none;
}

img {
  border: none;
}

div#tooltip {
    POSITION:absolute;
    VISIBILITY:hidden;
    Z-INDEX:100;
	color: black;
	opacity: 0.7;
	filter: alpha(opacity=95, style=0);
	visibility: hidden;
	-moz-border-radius: 8px;

}

