@charset "utf-8";
body {
	background: #fff;
	color: #222;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
/* for internet explorer */
* html body { 
	padding:120px 0 50px 0; 
}
* html #content {
	height:100%;
	width:100%;
}
/* Header */
#header {
	background-color: #e4e4e4;
    height: 32px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    width: 100%;
}	
#header h1 {
	font-size: 200%;
	margin: 0;
	text-transform: none;
}
/* Content */
#content {
	margin: 0 auto;
	text-align: left;
	overflow: auto;
}
/* Footer */
#footer {
	color: #600;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	background-color: #E4E4E4;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-style: italic;
	font-family: "Times New Roman";
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}