* {
	margin:0;
	padding:0;
}

html {
	background-color:#321d55;
	
}
/*----------body----------*/
body{
	background-image:url(../images/404.png);
	background-repeat: no-repeat;
	
}


/*---------nav------------*/




/*----------galleryNav--------*/



/*-----------content-------------*/

#content {
	margin-top:25px;
	width:1020px;
	height:900px;
	
	
	
}

#text {
	padding-top:500px;
	padding-left:200px;
	font-family: Helvetica, Arial;
		color:#FFF;
		font-size:30px;
}


#text li {

	display: inline;
	text-decoration:none;
	border:none;
	margin-right:30px;
}

#text ul {
	margin-right:100px;
}

#text a:link {
	color: #321d55;
	
}

#text a:visited {
	color: #321d55;
	
}

#text a:hover {
	color: #2a1045;
	
}

#text a:active {
	color: black;
}





/*--------------footer---------------*/


	


