*
{
  outline: 0 none;
  font-family: Arial;
}
body, html
{
	margin: 0;
	padding: 0;
	text-align: center;
  	font-size: 12px;
  	height: 100%;
  	width: 100%;
}
.clear
{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}
.fix
{
	width: 250px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.logo
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 250px;
	height: 250px;
	background: url('../img/ddit_250x250.jpg') no-repeat center center;
	margin-top: -125px;
}