@import "http://fonts.googleapis.com/css?family=Droid+Sans";

body {

    color: #383838;
    font-family: "Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
    font-size: 13px;
    top: 0px;
    bottom: 0px;
}

html
{ 
    background: url(bgr_server_samuraj.jpg) no-repeat left top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ServerInfo
{
   width: 300px;
   background: #ffffff;
   border: 2px solid #4D4D4D;
   text-align: center;
   padding-top: 10px;
   padding-bottom: 20px;
   display: block;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 5px 5px 5px #4D4D4D;
   position:absolute;
   bottom: 50px;
   left: 50px;               
}


h1
{
	display: block;
	text-align: center;
	color: #4D4D4D;
}

h3
{
	display: block;
	text-align: center;
	color: #4D4D4D;
}



