nav
{
    float: left;
    width: 150px;
    border: 3px groove white;
	box-shadow: 8px 8px 0px white;
}

section
{
    margin-left: 170px;
    border: 3px groove white;
	box-shadow: 8px 8px 0px white;
}  

footer h1
{
    float: left;
    width: 150px;
    border: 3px groove white;
	box-shadow: 8px 8px 0px white;
}

body
{
    background: url("raphael/background.jpg");
	background-attachment: fixed; 
	color: white;
font-size: 17px;
font-family: arial;
font-weight: bold;
}

#img2
 {
	width: 520px;
	height: 200px;
 margin-left: 190px;
vertical-align: middle;
margin-top: 100px;
}
#img1
{
    position: absolute;
    left: 0px;
    top: 115px;
}
header
{
position: absolute;
    left: 400px;
    top: 0px;
}
#gif1
{
    position: absolute;
    right: 0px;
    top: 1380px;
}
#gif2
{
    position: absolute;
    right: 420px;
    top: 1250px;
}