/* CSS Document */

body {
	font: 15px/1.5 Ariel, Helvetica, sans-serif;
	padding:0;
	margin:0;
	
    background-image: url('/Images/bground.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFFFFF;
}

/* Global **/
.container{
	width:8%
	margin:auto;
	overflow:hidden;
}
	

/*header **/
header{
	background:
	color:#ffffff;
	padding-top:30px;
	min-height:70px;
	<!-- border-bottom:#e8491d 3px solid; -->
	
}

header a{
	color:#ffffff;
	text-decoration:none;
	text-transform: uppercase;
	font-size:16px;
	
}

header ul{
	margin:0;
	padding:0;
	
}

header li{
	float:left;
	display:inline;
	padding: 0 20px 0 20px;

}

header #branding{
	float:left;
	
}

header #branding h1{
	margin:0;
}

header nav{
	float:right;
	margin-top:10px;
}

header .highlight, header .current a{
	color:#e8491d;
	font-weight:bold;
}

header a:hover{
	color:#cccccc;
	font-weight:bold;

* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
  background:green;
}
.footer, .push {
    height: 50px; /* .push must be the same height as .footer */
}

.footer{
	height: 50px;
  background:gold;
  }


	
	