body, div, h1, h2, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 0 40px 0 40px;
	position: relative;
}
#wrapper {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 76%;
		width: 950px;
		margin: 0 auto;
		color: #69696b;
		position: relative;
}
#wrapper h1 {
	position: absolute;
	top: 0px;
	left: -9999px;
}
#wrapper #logo {
	height: 120px;
	width: 900px;
	background: url(images/beecreative-logo.png) no-repeat 185px -85px;
	position: absolute;
	top: 50px; left: -20%;
}
#wrapper object#logo {
	background: url();
}
#wrapper h2 {
	font-size: 1em;
}
#wrapper p {
	margin-top: 0px;
	padding-top: 0px;
}
#wrapper ul {
	list-style: none;
	margin: 30px 0 20px 0;
}
#wrapper ul a {
	text-decoration: none;
	color: #69696b;
}
#wrapper ul a:hover {
	text-decoration: underline;
}
#wrapper li {
	display: inline;
	padding-right: 15px;
}
#wrapper div.content {
	position: absolute;
	left: 125px;
	top: 220px;
	z-index: 90;
	width: 400px;
}

#contentright {
	position: absolute;
	right: 110px;
	top: 220px;
	width: 300px;
	
}

#wrapper a, #wrapper a:visited {
	color: #333;
	text-decoration: none;
}
#wrapper a:hover, #wrapper a:active {
	color: #69696b;
	text-decoration: none;
}
#illustration {
	width: 400px;
	height: 400px;
	position: fixed;
	z-index: 95;
	bottom: 0px;
	right: 30px;
	background: url(images/illustration.png) no-repeat 0 5px;
}
* html #illustration {
	position: absolute;
	top: 270px;
	right: 10px;
}
object#illustration {
	background: url();
}
