body{
background: url(backgroundbody.jpg) no-repeat;
background-attachment:fixed;
}

.table{

font-family:Arial, Helvetica, sans-serif;
color:white;
font-size:15;
background:url(lol.png);
}

.clasher{
height:400px;
width:1500px;
background: url(banner.jpg)no-repeat;
}
.nav{
	height: 50px;
	text-align: center; 
	background-color: black;
	border-radius: 3px 3px 3px 3px;

}
.nav ul li a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:gray;
}

.nav ul li{

	list-style-type: none;
	display: inline;
	padding: 40px;
	font-size:30px;
	color:gray;
}
.nav ul li:hover{
	
	color: black;
	background: #FFF;
	background: -moz-linear-gradient(gray, Black);
	background: -o-linear-gradient(gray, Black);
	background: -webkit-linear-gradient(gray, Black);
	text-shadow: none;
