body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #333;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #CCC;
}

img {
	border: 0;	
}

a {
	color: #FFF;	
	text-decoration: none;
}

a:hover,
a:active,
a:visited {
	outline: none;	
}

.left {
	position: relative;
	display: block;
	float: left;	
}

.right {
	position: relative;
	display: block;
	float: right;	
}

.gone {
	display: none;	
}