@charset "utf-8";
html {
	height:100%;
	font-size: 14px;		
}
body {
	margin:0;
	padding:0;	
	font-family: Arial Narrow,Arial,Helvetica,sans-serif;
	color: #1D272E;
	font-size: 14px;
	height:100%;
  background: #fff;
}
#container {
    width: 100%;
    text-align: center;
    background: #fff;
}
#mainContent {
    margin: 10px auto;
}
h1 {
	font-size:18px;
	line-height:24px;
  padding:20px;
}
img {
  max-width:100%;
  height:auto;
}
a {
  text-decoration: none;
  color: #336699;
}
a:hover {
  color: #85ADD6;
}
