
footer
{
	width: 1000px;
	height: 40px;
	margin-top: 0px;
	background-image:linear-gradient(to right, #e3c700, #ffffff);
	border: 1px solid #993838;
	border-radius: 10px;
}

footer h1
{	
	width: 300px;
	margin-top: 10px;
	/*margin-left: 80px;*/
	font-family: 'Comic Sans Ms';
	color: #000000;
	text-align: right;
	font-size: .8em;
}

footer h2
{

	width: 600px;
	margin-top: 10px;
	/*margin-left: 400px;*/
	font-family: 'Comic Sans Ms';
	color: #000000;
	text-align: right;
	font-size: .8em;
}

footer h1, footer h2
{
   display: inline-block;
   vertical-align:top;
}