*
{ 
margin: 0px;
padding: 0px;
text-decoration:none; 
}

img
{
border-style: none;
}

html
{
background-image: radial-gradient(#660000, #000000);
	min-height:100%;
	background-size:cover;
	z-index:-1;
	animation-name:changeback;
	animation-duration:5s;
}

a:link 
{
  color: white;
}

#menu
{
position:relative;
width: 100%;
height:50px;
top:5px;
margin:auto;
margin-top: 5px;
background-image: linear-gradient(yellow 10%,green 12%, green 88%, yellow 90%);

}

#menubox
{
	position:relative;
	width:1100px;
	height:30px;
	padding-top:3px;
	padding-bottom:3px;
	margin:auto;
	text-align:center;

font-family: "Century Gothic", Verdana, sans-serif;
font-size:26px;
font-weight:bold;
color:white;
}

.amenu
{
position: relative;
width:220px;
height:30px;
float:left;
margin:auto;
padding-top:5px;
}

#breaker
{
	position:relative;
	width:100%;
	height:10px;
	background-image: linear-gradient(red,yellow,red);
	
}

#line1
{
	position:relative;
	top:100px;
	width:1200px;
	height:5px;
/*	background-image:linear-gradient(to right, rgba(0,0,0,0), rgba(255,0,0,0)25%, rgba(255,0,0,0)75%,rgba(0,0,0,0);

    background-image:linear-gradient(to right, rgba(0,0,0,0), rgba(255,0,0,0));*/
	
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)33%, rgba(255,0,0,1)66%, rgba(255,0,0,0));
	
	margin:auto;
	
}

#background1
{
	position:relative;
    top:150px;
	height:620px;
	width:1000px;
	margin:auto;

}

#authorpic
{
	position:relative;
	top:100px;
	height:250px;
	width:200px;
	left:75px;
	float:left;
	background-color:green;
	box-shadow: 7px 7px 5px rgba(0,0,0,1);
}

#blurb
{
	position:relative;
	top:10px;
	padding:5px;
	font-size:22px;
	height:600px;
	width:400px;
	left:150px;
	float:left;
	color:white;
	text-align:center;
	font-family: 'Source Serif Pro', serif;
}

#line2
{
	position:relative;
	top:200px;
	width:1200px;
	height:5px;
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)33%, rgba(255,0,0,1)66%, rgba(255,0,0,0));
	margin:auto;
}