body {
background-image: url("pictures//sideways-rainbow.jpg");
}


.words {
font-size: 85px;
text-align: center;
padding-top: 40px;
padding-bottom: 35px;
background-image: url("pictures//Ice-that-is-cool.jpg");
}




.mediasign {
width:200px ; 
float : left;
text-align: center;
margin: right 70px;
}


.Media {
width:200px ; 
float : left;
text-align: center;
margin: right 70px;
}




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

.nav a{
height: 58px;
display:inline-block;
background-color: black;
line-height: 58px;
color: white;
padding: 0px 10px 0px 10px;
}

.nav a:hover{
	background-color:#333;
}