body {
	background-image: url('../img/bg3.jpg');
	background-color:black;
	

background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 0px;	
	width:9900px;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#allcontent {
	height: 550px;
	width: 100%;
}


article {
	width: 200px;
	height: 650px;
	margin-right: 350px;
	float: left;
	text-align: center;
	
	
}


.image{ 
	margin-top: 0px;
	margin-left: 0px;
float: left;
position: absolute;
z-index:1;
}




article p {
	font-size: 300px;
	text-shadow: 0px 0px 20px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=0);
    color: white;
     opacity: 0.4;
   position: absolute;
   
z-index:2;
}





nav{
	height: 200px;
	width: 1500px;
	position: fixed;
	
	left: 0px;
	bottom:0px;
	background-color:gray;

}

ul {
	margin-top: 20px;
}

li {
	list-style-type: none;
	display: inline;
	text-align: center;
	font-size: 28px;
	border: 1px solid;
	margin-right: 20px;
}


a img {
    display: inline;
    }

a:active {
	background-color: red;
}

a:link {
	text-decoration: none;
	color: white;
	text-shadow: 0px 0px 25px #000;
    filter: dropshadow(color=#000, offx=0, offy=0);
   
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	
	color: black;
	text-decoration: none;
}






