@CHARSET "ISO-8859-1";

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background-color: #f2f2f2;
    overflow: hidden;
}

#content {
    width: 100%;
    height: 100%;
	text-align: center;
}

img {
	border: 0;
}