body {
	padding: 0;
	margin: 0;
	background-image: url(../bg.png);
	background-repeat: repeat-x;
	font-family: Century Gothic, sans-serif;
	font-size: small;
	font: x-small;
	background-color: #000000;
	color: #737373;
}
.wrapper {
	background-image: url(../top.jpg);
	background-repeat: no-repeat;
	width: 950px;
	background-position: center top;
	color: #8d8c8c;
	font-size: 14px;
}
.content {
	padding-left:60px;
	padding-top: 50px;
}
.businessCard {
	padding-left:25px;
}
h1, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-family: Century Gothic, sans-serif;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	color: #737373;
}
h2 {
	font-size: 15px;
}
#thumb {
	padding: 3px;
	background: #CCCCCC;
	color: #CCCCCC;
}
table {
font-size: inherit;
font: 100%;
}
ul {
list-style: none;
}
img {
border: 0;
}
p {
margin: 1em 0;
}
.presentation {
	color: #eaf2ac;
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	padding-top: 12px;
}
a:link, a:focus {
	color: #737373;
	outline:none;
	} 
a:hover {
	color: #737373;
	}
a:visited {
	color: #8d8b8b;
	} 
.footer {
	height:150px;
	font-size: 11px;
	color: #737373;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}