	html, body {
		background-color: #353B8C;
		color: #ffffff;
		margin: 0px;
		padding: 0px;
		font-family: Trebuchet MS, Trebuchet, Georgia, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

	div.mainbar {
		background-color: #3399CC;
		color: #3399CC;
		width: 100%;
		height: 540px;
	}

	div.main {
		background-color: #000000;
		color: #99CCFF;
		background-image: url('../images/bg1.jpg');
		background-position:  center 50%;
		background-repeat: no-repeat;
		text-align: right;
		border: 5px solid #3399CC;
		position: absolute;
		left: 50%;
		width: 750px;
		height: 500px; margin-left:-380px; margin-right:10px; margin-top:15px; margin-bottom:15px
	} 
	
	div.maininnerpad {
		font-family: Trebuchet MS, Trebuchet, Georgia, Verdana, Arial, Helvetica, sans-serif;
		font-size: 28px;
		background-color: transparent;
		color: #99CCFF;
		position: absolute;
		bottom: 0%;
		left: 0%;
		padding-bottom: 6px;
		padding-left: 10px;

	}

	div.logo {
		font-size: 12px;
		background-color: transparent;
		color: #99CCFF;
		position: absolute;
		bottom: 0%;
		right: 10px;
		padding-bottom: 6px;
		padding-left: 10px;
	}
