body{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 18px;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #bfbfbf;
	
}

#main {
}


.ft{

	float: left;

	border-style: none;

	display: block;

	width:340px;
	height:340px;
	margin: 0;
	padding: 0;
	background-color: #7f7f7f;
}

#nav{
	margin-top: 0px;
	padding: 5px;
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 100;
	background-color: white;
}

#foot{
	color: white;
	bottom: 10px;
	margin-top: 0px;
	padding: 5px;
	position: fixed;
	left: 10px;
	z-index: 100;
}

a{
	color: #e6273c;
}

.fauxitem{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 340px;
	width: 340px;
}

.tip{
	position: relative;
	display: none;
	top: -300px;
}

.clear{
	clear: left;
}

.pad{
	padding: 4px;
	background-color: white;
}

.big{
	color: white;
	line-height: 110px;
	font-size: 100px;
}

