.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
	position: relative;
}
/* End hide from IE-mac */


#container {
	position:absolute;
	top:45%;
	left:50%;
	width:800px;
	height:360px;
	color:black;
	text-align:center;
	padding-top: 150px;
	padding-bottom: 50px;
	margin-top: -280px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -400px;
}

body > #container {
	height:auto;
	min-height:400px;
}


.content p {
	margin-bottom: 20px;
	line-height: 170%;
	font-size: 93%;
}
.content {
	width: 450px;
	float: right;
	text-align: left;
	padding-bottom: 40px;
}
h1 {
	display: block;
	width: 300px;
	float: left;
	text-align: right;
}
#contents {
	width: 800px;
}
#copyright {
	font-size: 85%;
}

#copyright {
	position:absolute;
	left:50%;
	width:765px;
	height:160px;
	color:black;
	text-align:right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -80px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -400px;
}
body {
}
