/** CSS Document **/

/* There's a darknes in my skin. I believe my cover's wearing thin. I'd love to start again, go back to innocent, and never leave. Don't give up now, I can't give up now. If there was just a break in the clouds we could be found. There's nothing wrong with me. It's just that I believe things could be better. And there's nothing wrong with love. I think it's just enough to believe... resuce is coming. */

html {
	height:100%;
}

body {
	height:96%;
	background-color:#FFFFFF;
	background-size: auto;
	text-align:center;
}

#container {
	height:100%;
	margin:0 auto;
}

#container img {
	vertical-align:middle;
}

