
	body {
		margin: 80px auto; padding: 0;
		background-color: #000; text-align: center;
		font: normal 12px Arial, Helvetica, sans-serif;
		color: #999;
	}
		
	p {
		margin: 20px auto 20px auto;
		width: 450px;
		color: #000;
	}

	a {
		color: #000;
	}
		
	a:hover { text-decoration: underline; }
	
	ul {
		margin: 20px 0 0 0; padding: 0;
		list-style-type: none;
		display: block;
	}

	ul#btns {
		margin: 60px auto 0 auto;
		padding: 0;
		width: 611px;
		height: 48px;
		display: block;
	}
	
	ul#btns li {
		float: left;
	}
	
	a.portfolio {
		margin-right: 42px;
		width: 142px;
		height: 48px;
		display: block;
		background: url("../graphix/portfolio.gif") no-repeat;
	}
	
	a.portfolio:hover { background-position: 0 -48px; }
	
	a.blog {
		width: 163px;
		height: 48px;
		display: block;
		background: url("../graphix/blog.gif") no-repeat;
	}
	
	a.blog:hover { background-position: 0 -48px; }
	
	a.gifts {
		margin: 3px 42px 0 0;
		width: 222px;
		height: 43px;
		display: block;
		background: url("../graphix/gifts.gif") no-repeat;
	}
	
	a.gifts:hover { background-position: 0 -43px; }
	
	
	p.copyright	{
		margin: 0 auto 10px auto;
		padding: 0;
		width: 300px;
		text-align: center;
		font-size: 10px;
		color: #666; }
	
	p.copyright a {
		color: #666;
		text-dceoration: none;
	}
	
	p.copyright a:hover { text-decoration: underline; }
	
	
	p.siteby {
		margin: 0 auto;
		width: 350px;
		text-align: center;
		color: #666;
		font-size: 10px; }
	
	p.siteby a {
		color: #666;
		text-decoration: none;
		color: #666;
	}
	
	p.siteby a:hover { text-decoration: underline; }


