/* - - - - - - - - - - - - - - - - - - - - -

Title : Biggerdot Layout
Author : Martijn de Geus, m.degeus@nise.nl, http://www.nise.nl
URL : http://www.biggerdot.com

Description : Layout stylesheet for the Biggerdot website

Created : 10-07-2007
Modified : 19-07-2007

/* ----- IDS ----- */
#shadow {
	width: 900px;
	height: 610px;
	margin: 25px auto auto auto;
}

#container {
	width: 890px;
	height: 590px;
	top: 0px;
}

#header {
	position: absolute;
	width: 770px;
	height: 220px;
	left: 65px;
	top: 20px;
}

#wrapper {
	position: absolute;
	width: 770px;
	height: 325px;
	left: 65px;
	top: 240px;
	background-position: 65px 240px;
	background-attachment: fixed;
	background-repeat: repeat-x;
}


#content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 770px;
	height: 325px;
	overflow: auto;
}
