/* EMPIRE - CSS */
.mySig
{
	text-align: right;
	font-weight: bold;
}
#content
{
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
}

#header
{
	position: fixed;
	left: 15%;
	top: 5%;
	color: white;
	height: 20%;
	width: 65%;
}
#banner
{
	position: fixed;
	left: 15%;
	top: 5%;
	color: white;
	height: 20%;
	width: 65%;
}

#navigation
{
	position: fixed;
	left: 2%;
	top: 25%;
	color: white;
	background-color: red;
	width: 13%;
}

#links
{
	position: fixed;
	right: 2%;
	top: 25%;
	width: 18%;
	color: white;
	background-color: blue;
}

#footer
{
	position: fixed;
	left: 15%;
	bottom: 5%;
	width: 65%;
	height: 10%;
	color: white;
	background-color: green;
}
