﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #777;
	background: #fff;
}

a:link { text-decoration:none; color: #fff;}
a:visited { text-decoration:none; color: #fff;}
a:active { text-decoration:none; color: #fff;}
a:hover { text-decoration:none; color: #fff;}

h1 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #fff;
	color: #777;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
h2 {
	padding: 0px 0;
	background: #fff;
	width: 100%;
	font-size: small;
	color: #777;
	text-align: center;
}

#logo {
	width: 100%;
	position: absolute;
	top: 20%;
	margin-top: -20px;
	text-align: center;
	color: #666;


}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	padding-bottom:10px;

}


.switch {
	visibility: hidden;
}

/* =======================================
	ClearFixElements
======================================= */
.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	overflow: hidden;
}
