@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
    background: url("../resources/wallpaper_login.png");
    background-repeat: repeat-x-y;
        /* Generic*/
}
#login-area
{
}
img{
	margin: 30px auto;
}

h1 {
	color: #ffffff;
}

#wrapper {
	margin: 60px auto;
}

#login-table > tbody > tr > td{
	padding-right: 10px;
}

#button-area {
	margin-top: 20px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  /*background-color: #f5f5f5;*/
}
