@charset "iso-8859-1";
A:active {
	color: #000000;
	
}
A:link {
	color: #000000;
	
}
A:visited {
	color: #000000;
	
}
#footer{
display:none;
}
body{
font-family: arial;
font-size: 12px;
padding-top: 3%;
}
#logo{
position: fixed;
left: 10%;
top: 1%;
height: 4%;
}


@media only screen and (min-width: 1024px) {
body{
font-family: arial;
font-size: 12px;
}
#logo{
position: fixed;
left: 4%;
top: 1%;
height: 4%;
}

}