@charset "utf-8";
/* CSS Document */


body {
background-color: #000;
background-image:url(../images/bb27_login1.jpg);
background-repeat:no-repeat;
background-position:top center;
color: #FFF;
text-align:center
}

.onecolumn #container {
	width: 250px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
	top:350px;
}
