html {
	background: url("background.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
}

 html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
            }
.container {
	height: auto;
	width: 100%;
}
.div1 {
	float: left;
	min-height:100%;
	background-color:black;
	opacity: 0.3;
	height: 900px;
	min-height:100%;
	width: 25%;
}
.div2 {
	float: left;
	height: 100%;
	width: 75%;
}
H1 {
	color:white;
	font-family: Franklin Gothic , Trebuchet MS, Verdana;
}

a{
	font-weight: bold;
	font-size:large;
	font-family: Trebuchet MS,Verdana;
}
	a:link    {color:white; background-color:transparent; text-decoration:none}
	a:visited {color:grey; background-color:transparent; text-decoration:none}
	a:hover   {color:grey; background-color:transparent; text-decoration:none}
	a:active  {color:yellow; background-color:transparent; text-decoration:none}