/*
 * Main CSS file
 *
 * This file will CONTAIN STUFF.
 */

html, body {
	margin: 0;
	height: 100%;
}

#wrapper {
	height: 100%;
}

object {
	display: block;
	outline: none;
}

body {
	background-color: #ffffff;
}



