* {
	margin: 0px;
	overflow: hidden; /* for IE */
	line-height: 0px; /* for Opera */
	width: 100%;
	height: 100%;
}
body {
	background-color: #262626;
}
#content {
	display:none;
}