body{



background-image:url("images/bg.jpg");
background-attachment:fixed;
background-position:top,center;


}


.style1 {

font-size: 24px;
color: #ffffff;

	
}




a:link {
color: #FFFFFF;
text-decoration: none;
}

a:visited {
text-decoration: none;
color: #FFFFFF;
}

a:hover {
text-decoration: underline;
color: #FFFF00;
}

a:active {
text-decoration: none;
color: #FFFFFF;
}



.style2 {color: #FFFFFF}


#footer{

text-align:center;
height:20px;
color:#FFFFFF;
}

#navbar{

text-align:center;
height:20px;

}

#banner{

font-style:italic;
font-weight:bold;
background-color:blue;

}