@charset "UTF-8";

body {
  background-color: #FFFFFF;
}

html, body { 
  margin: 0;
  padding: 0;
	width: 100%;
}

.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;}
/* End hide from IE-mac */


img {
	border: 0;
}

#container	{
	margin: 40px auto;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #275E6B;
	text-align: justify;
}

p {
	margin-top: 20px;
}

a {
	color: #275E6B;
	text-decoration: none;
}

#footer_wrap {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 229px;
}
