@media only screen and (min-width: 1141px) {
/*-----BODY -----*/
	body {
	background: rgb(0,0,0); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(159,32,51,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(159,32,51,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(159,32,51,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(159,32,51,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(159,32,51,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(159,32,51,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#9f2033',GradientType=0 ); /* IE6-9 */
		
		
		
		
		
	}

/*-----WRAPPER -----*/
	#wrapper {
		background-image:url("../images/background.PNG");
		background-repeat: no-repeat;
		background-position:center top;
		padding: 125px 0 50px 0;
	}

/*-----CONTAINER -----*/
	#container {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin:auto;
	}

/*-----HEADER -----*/
header {
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
	position: relative;
}

header img.headerimage {
	display:block;
	position:absolute;
	top: -55px;
	right: -80px;
}

header ul.icons {
	padding-right:85px;
}

header ul.icons a {
	-webkit-transition: opacity .5s ease;/*Chrome-Safari*/
	transition: opacity .5s ease;
}

header ul.icons a:hover {
	opacity: 1;
}

/*-----NAVigation -----*/
nav ul li a {
		-webkit-transition: background-color .5s ease;
		transition: background-color .5s ease;
}


/*-----CONTENT -----*/

#content ul.viperpics li a img {
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}

#content ul.viperpics li a:hover img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}

/*----- FOOTER -----*/
footer {
	width:1180px;
	margin:0 auto;
	position: relative;
}

footer .left, footer .right {
	position: absolute;
	top: -20px;
	height: 20px;
	width: 20px;
	border-top: 20px solid transparent;
}

footer .left {
	left:0;
	border-right: 20px solid #242424;
	
}	

footer .right {	
	right: 0;
	border-left: 20px solid #242424;
}	

} 