/*
	Woodenshoes. Tie your laces!
	www.meetwoodenshoes.com
	
	Created on 13 april 2009
*/

/* Layout
----------------------------------------------- */

body, html {
	margin: 0; padding: 0;
	background: url(../img/background.jpg) repeat;
	width: 100%; height: 100%
	}
	
.center {
  width:393px;
  height:66px;
  position:absolute;
  top:50%; 
  left:50%;
  margin-left:-196px;
  margin-top:-33px;
 }


/* Navigation
----------------------------------------------- */

/* Typography
----------------------------------------------- */

/* Forms
----------------------------------------------- */