body 
{
  background: #000000 url(../../Images/PegasusAC/BGFade.png) repeat-x;
	background-attachment: fixed;
}
div#banner{
	height: 180px;
	background: #2d2d2d url(../../Images/PegasusAC/Banner-BG.jpg) repeat-y top center;
}
img#imgLogo{
  height: 180px;
	width: 200px;
	left:30px;
}
div#login {
	top:5px;
	padding-right: 50px;
	right: 50px;
}
div.homepagemoduletitle {
  color: #ffffff;
  background: -webkit-linear-gradient(#042d5d, #033f85);
  background:    -moz-linear-gradient(#042d5d, #033f85);
  background:     -ms-linear-gradient(#042d5d, #033f85);
  background:      -o-linear-gradient(#042d5d, #033f85);
  background:         linear-gradient(rgba(4, 45, 93, 1), rgba(3, 63, 133, 1));
  -moz-border-radius: 10px;
  border-radius: 10px;
}
