/* CSS Document */
.footer
{
	position:absolute;
   	bottom:0;
   	width:100%;
   	height:40px;
   	background-color: #C7C7C7;
}
.sideFooter
{
	padding: 12px;
	float:left;
}
.sideFooter2
{
	padding: 12px;
	float:right;
}

.sideFooter:hover
{
	transition:0.5s;
	color: red;
}

.header
{
	display: block;
	top:0;
	float: right;
}

.headerbutton
{
	float:right;
	display:block;
	border-radius: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: aliceblue;
	background-color: #038CD8;
	margin: 10px;
	padding:10px;
}

.headerbutton:hover
{
	transition: 0.5s;
	background-color:#3C3A9F;
}