@charset "utf-8";
/* CSS Document */
a:link, a:visited, a:active, a{text-decoration:none; color: #fff;}
a:hover{text-decoration:underline}
img{border:0}
body, html{margin:0;padding:0;border:0;outline:0;}
@media only screen and (max-width:519px) {
	footer{
		clear: both;
	}
}
@media only screen and (min-width:520px) and (max-width:1000px) {
	footer{
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
}
@media only screen and (min-width:1001px) {
	footer{
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
}
main {
	height:100%;
	line-height: 100%;
	text-align:center;
	vertical-align: middle;
}
header{
	padding: 10px;
	text-align:center;
}
section{
	display: block;
	padding: 10px;
	background-color: #4373bc;
	color: #fff;
}
section a{
	color: #fff;
}
footer{
	display: block;
	width: 100%;
	text-align: right;
	padding: 10px;
	background-color: #4373bc;
	color: #fff;
}