body, html{
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #183a64;
	text-align:left;
}
.bg2 {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 100%;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066cc;
}
.lmargin {
	padding-left: 150px;
	width: 400px;
	}

