/**********************************************************
 **                Small Window Layout                   **
 **********************************************************/
#outer {
	text-align: left;
	width: 520px;
	margin: auto;
}

#hdr {
	width: 520px;
}

#hdr a {
	border-bottom: none;
}

#logo {
	background: url(/images/izepto_logo.png) no-repeat;
	height: 70px;		
}

#bodyblock {
	position: relative;
	margin: 4px -1px;
}

#cont {
	width: 520px;
	text-align: left;
}

#ftr {
	width: 478px;
	float:left;
}