body {
	background-color:#e7e7e7;
}

#background {
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	width:944px;
	height:1200px;
	position:relative;
	margin: 0px auto;
}

.bannerImage {
	background-image:url(images/bannerImage.jpg);
	width:877px;
	height:182px;
	position:relative;
	top:96px;
	left:35px;
	margin:0px;
	padding:0px;
}

.logo {
	background-image:url(images/CBYCLogo.png);
	width:350px;
	height:263px;
	position:relative;
	top: -166px;
	left: 7px;
}

#dnn_ContentPane {
	position:relative;
	top:100px;
	left:73px;
	width:800px;
}
	

.login {
	position:absolute;
	left: 700px;
	top: 282px;
}

