﻿html,body {
	
background: url(images/greenGradBg.jpg); 

background-position: top center;
background-color: #255120;
background-repeat: repeat-x;

	
margin:0;

padding:0;

}


.blackBar{
position:fixed;
top:0;
left:0;
width:100%;
height:50px;
background-color:black;
}





.stickyElement{

position:fixed; 
top:5%; 
right:40%;
left:40%;
width:100%;
background-color: #000000;

}








