/* ----------------------------------------*/
/* Creator: Kamil Grzegorczyk -------------*/
/* Contact: kamilgrzegorczyk@gmail.com ----*/
/* Date: February 2010 --------------------*/
/* Proper usage among with YUI RESET only -*/    
/* ----------------------------------------*/

html { font-size:100.01%; }
body {
	font-size:62.5%;
	background:url(../images/background.jpg) #010101 no-repeat;
	line-height:1em;
}
#can
{
	width:339px;
	height:100%;
	background:url(../images/can.png) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}
#stamp
{
	width:28px;
	height:27px;
	position:absolute;
	top:20px;
	left:20px;	
}
#middle
{
	position:absolute;
	width:285px;
	top:200px;
	left:420px;
}
#middle div
{
	width:250px;
	float:left;
	margin-right:10px;
}
#middle ul
{	
	margin-top:10px;
	width:25px;
	float:right;
}
#middle ul li
{
	margin:0px;
	padding:0px;
	height:45px;
	vertical-align:middle;
}
#middle ul li.divider
{
	height:8px;
	padding:2px 0;
	font-size:0.4em;
}
