body {
	height: 100%;
	background-position: 0% 0%;
	margin-left: auto;
	margin-right: auto;
	background-image: -webkit-linear-gradient(270deg,rgba(2,0,0,1.00) 0%,rgba(0,0,0,1.00) 0%,rgba(0,0,0,1.00) 0%,rgba(0,0,0,1.00) 0%,rgba(0,0,0,1.00) 0%,rgba(248,248,248,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(2,0,0,1.00) 0%,rgba(0,0,0,1.00) 0%,rgba(0,0,0,1.00) 0%,rgba(0,0,0,1.00) 0%,rgba(0,0,0,1.00) 0%,rgba(248,248,248,1.00) 100%);;
}
#container {
    width: 1500px;
    margin: auto;
}
#form {
	border: medium dotted #CD0306;
}

#para1 {
	color: #070CF1;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif, acme;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

#header {
	width: 100%;
	height: 10%;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: xx-large;
	background-size: cover;
	color: #0637F3;
	-webkit-transition: all 1s 10s;
	-o-transition: all 1s 10s;
	transition: all 1s 10s;
}
#navigation {
	width: 100%;
	height: 10%;
	float: left;
}
#footer {
	width: 100%;
	height: 10%;
	clear: both;
	border-top-width: thick;
	text-transform: uppercase;
	text-align: center;
	color: #032EF7;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif, acme;
	text-decoration: none;
	list-style-type: none;
}
#footer ul li {
	text-decoration: none;
	list-style-type: none;
}
#main {
	width: 100%;
	height: 70%;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
li a {
    display: block;
    color: blue;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
li a:hover {
    background-color: #111;
}

#header:hover {
	width: 100px;
}
