	body {
	
		background-color: #000000;
		margin:0px 0px;
		padding:0px;
}


	
	#container {
		position: relative;
		top: 50px;
		margin: auto;
		width: 848px;
		height: 480px;
		position: relative;
		background-image: url(images/bg.png);
		background-repeat: no-repeat;

}
	
	#menu {
		position: relative;
		width: 840px;
		height: 16px;
		text-align: center;
		top: 56px;
	}
	
	div#b-home {
	position: absolute;
	left: 230px;
	top: 0px;
}

	div#b-services {
	position: absolute;
	left: 352px;
	top: 0px;
}

	div#b-design {
	position: absolute;
	left: 470px;
	top: 0px;
}

	div#b-portfolio {
	position: absolute;
	left: 588px;
	top: 0px;
}

	div#b-contact {
	position: absolute;
	left: 720px;
	top: 0px;
}

	
	a#home img{
	background: url(images/home1.png) top left no-repeat;
	height: 14px;
	width: 42px;
	border-width: 0;
}

	a#home:hover img{
	background: url(images/home2.png) top left no-repeat;
	height: 14px;
	width: 42px;
	border-width: 0;
}

	a#services img{
	background: url(images/services1.png) top left no-repeat;
	height: 14px;
	width: 58px;
	border-width: 0;
}

	a#services:hover img{
	background: url(images/services2.png) top left no-repeat;
	height: 14px;
	width: 58px;
	border-width: 0;
}

	a#design img{
	background: url(images/design1.png) top left no-repeat;
	height: 14px;
	width: 48px;
	border-width: 0;
}

	a#design:hover img{
	background: url(images/design2.png) top left no-repeat;
	height: 14px;
	width: 48px;
	border-width: 0;
}

	a#portfolio img{
	background: url(images/portfolio1.png) top left no-repeat;
	height: 14px;
	width: 62px;
	border-width: 0;
}

	a#portfolio:hover img{
	background: url(images/portfolio2.png) top left no-repeat;
	height: 14px;
	width: 62px;
	border-width: 0;
}

	a#contact img{
	background: url(images/contact1.png) top left no-repeat;
	height: 14px;
	width: 53px;
	border-width: 0;
}

	a#contact:hover img{
	background: url(images/contact2.png) top left no-repeat;
	height: 14px;
	width: 53px;
	border-width: 0;
}

				

		
	#content {
		width: 800px;
		height: 400px;
		position: relative;
		top: 60px;
		margin: auto;
		}

	

	
	
	h1 {
	
		font-family: arial, verdana, sans-serif;
		font-size: 12pt;
		color: #000000;
	
	}
	
	
	p {
	
		font-family: arial, verdana, sans-serif;
		font-size: 10pt;
		color: #000000;
		font-weight: bold;
	
	}
	
A:link {

	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	color:#ffaa06;

	
}

A:active {

	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	color:#ffaa06;
	
}

A:visited {

	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	color:#ffaa06;
	
}

A:hover {

	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	color:#ffaa06;

}

td:hover {
background-color: #ffaa06;
}
