body {
	margin:15px 0 0 0;
	background-image:url(images/background-main.jpg);
	}
	
img.root {
	margin-bottom:5px;
	}

#left {
	position:absolute;
	top:460px;
	}
	
#center {
	margin-right:115px;
	text-align:center;
	}

#flash {
	margin:0 auto;
    margin-left:115px;
	}

ul {
	margin:0 0 0 10px;
	padding:0;
	list-style-type:none;
	text-indent:-3000px;
	}
	
#work a {
	display:block;
	width: 32px;
	height:12px;
	background: url(images/work.gif) top right no-repeat;
	}
	
#work a:active, #work a.selected, #work a:hover {
	background: url(images/work.gif) top left no-repeat;
	}
	
#profile a {
	display:block;
	width: 46px;
	height:12px;
	background: url(images/profile.gif) top right no-repeat;
	}
	
#profile a:active, #profile a.selected, #profile a:hover {
	background: url(images/profile.gif) top left no-repeat;
	}
	
#contact a {
	display:block;
	width: 51px;
	height:11px;
	background: url(images/contact.gif) top right no-repeat;
	}
	
#contact a:active, #contact a.selected, #contact a:hover {
	background: url(images/contact.gif) top left no-repeat;
	}
	
#copyright a {
	display:block;
	width: 58px;
	height:7px;
	margin-top:15px;
	background: url(images/copyright.gif) no-repeat;
	}
