	body {
		background-color: #fff;
		}
		
	html, body {
		height: 100%;
		}

	div#container {
		width: 800px;
		height: 645px;
		text-align: center;
		background-color: #000000;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -400px; 
		/* Half the width of the DIV tag which is 50 pixels */
		margin-top: -322px; 
		/* Half the height of the DIV tag which is also 50 pixels */
		}

	



	div#header {
		background: #000 url('img/header.gif') no-repeat;
		height: 145px;	
		}
	div#header div#logo a {
		height: 30px;
		width: 300px;
		padding: 10px 0 0px 0;
		display: block;
		}
	
	div#header div#logo a span {
		display: none;
		}

/* menu */

	ul#menu {
		margin: 20px 0 5px 8px;
		overflow: hidden;
		padding: 0;
		list-style: none;
	
		}

	ul#menu li {
		float: left;
		}

	ul#menu  li a {
		display: block;
		height: 20px;
		}
	
	li#work a	{ width: 40px; }
	li#blog a	{ width: 30px; }
	li#shop a	{ width: 35px; }


	ul#menu li span {
		display:none;
		}
	



