/* Assignment 3 CSS */

body { 
background-image : url(background.jpg);
margin : 0px 5% 0px 5%;
}

#splashlogo {
position : absolute;
top : 90px;
left : 240px;

}


#image1 {
position : absolute;
top : 140px;
left : 160px;
z-index : 2;
}

#image2 {
position : absolute;
top : 140px;
left : 310px;
z-index : 1;
}

#image3 {
position : absolute;
top : 140px;
left : 660px;
z-index : 2;
}

#enter {
background-color: #DEB887;
position : absolute;
z-index : 2;
top : 415px;
left : 560px;
border : 1px solid #556B2F;
}

a.navbar:link {color:#000000;
background-color:#DEB887;
}
a.navbar:visited {color:#003300;
background-color:#DEB887;
}
a.navbar:hover {color:#cc66cc;
background-color:#DEB887;
}




