body {
	font: .7em Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #898989;
	background: #171717 url(gfx/body_bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.Clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.Clearfix {
	display: inline-block;
}
* html .Clearfix {
	height: 1%;
}
#Wrapper {
	background: url(gfx/wrapper_bg.gif) repeat-x 0 0;
}
#Container {
	background: url(gfx/container_bg.gif) no-repeat center 0;
}
#Main {
	width: 400px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
}
h1 {
	margin: 0;
	padding: 0 20px;
	height: 100px;
	font-size: 1em;
	background: url(gfx/h1_adampiotrowski.gif) no-repeat 20px center;
	overflow: hidden;
	text-indent: -2500px;
}
h2 {
	margin: 0;
	height: 26px;
	font-size: 1em;
	overflow: hidden;
	text-indent: -2500px;
}
h2#About {
	background: url(gfx/h2_about.gif) no-repeat 0 0;
}
h2#SomeWorks {
	background: url(gfx/h2_someworks.gif) no-repeat 0 0;
}
h2#Contact {
	background: url(gfx/h2_contact.gif) no-repeat 0 0;
}
.Content {
	margin: 0;
	padding: 25px 20px;
}
p.Content span {
	color: #B5B5B5;
	font-weight: bold;
}
ul#Folio {
	margin: 0;
	padding: 25px 0 5px 20px;
	list-style: none;
}
ul#Folio li {
	float: left;
	padding: 0 20px 20px 0;
}
ul#Folio img {
	border: solid 5px #343434;
}
p a {
	position: relative;
	color: #FF0084;
	text-decoration: none;
	border-bottom: dashed 1px #740E43;
}
p a:hover {
	border-bottom: solid 1px #FF0084;
}