@charset "UTF-8";
body {
	position: fixed;
	margin: 0px;
	width: 100%;
	background-image: url(Images/hillsandclouds.jpg);
	background-position: 100% top;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
.bottom {
	left: 100%;
	bottom: 1100px;
}
.left-tabs {
	margin-left: 0px;
	padding-left: 0px;
}

