body {
    font-family: 'Electrolize', sans-serif;
    font-size: 25px;
    color: #ffffff;
    background: #202020;
    background-size: cover;
	text-align: center;
}
#main {
	width:100%;
}
img {
   width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	
}