body {
	margin: 0px;
	background: url("../images/background.png") repeat-x;
	background-color: #be000c;
	font-family: tahoma, verdana, arial;
	color: #ffffff;
}

h2,h3 {
	font-weight: normal;
}

ul li {
	list-style-type: square;
}

a {
	color: #ffffff;
	text-decoration: none;
	border-bottom-color: #ffc000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover {
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#logo {
	position: absolute;
	right: 50px;
	bottom: 0px;
	z-index: -1;
}

#intro {
	position: absolute;
	left: 25px;
	top: 25px;
}

#contact {
	position: absolute;
	left: 25px;
	bottom: 25px;
}

#portfolio {
	position: absolute;
	left: 25px;
	bottom: 25px;
}

#backLink {
	position: absolute;
	right: 25px;
	top: 25px;
}

#portfolioContainer {
	width: 506px;
}