body {
  background: #FFFFFF url('../../workspace/images/backgrounds/index_background.gif');
  background-repeat: repeat;
  margin: 0px;
}

.head{
  background: transparent url('../../workspace/images/backgrounds/head.png');
  background-repeat: repeat-x;
  height: 54px;
  padding: 9px;
}

form {
  font: 15px Corbel;
  color: #FFFFFF
}

.logo {
	width: 500px;
	height: 500px;
	left: 50%;
	top: 50%;
  background: transparent url('../../workspace/images/dg_logo.png');
	margin-top: -250px;
	margin-left: -250px;
	position: fixed;
}

* html .logo { 
	position:absolute;
}