BODY {
	background-color: #f3f3f3;
	margin: 0px;
}

BODY #all {
	height: 430px;
	position: absolute;
	left: 50%;
	margin-left: -175px;
	margin-top: -275px;
	top: 50%;
	width: 350px;
}

	BODY #all #logo {
		left: 50%;
		margin-left: -147px;
		position: absolute;
		top: 0px;
		width: 300px;
	}

		BODY #all #logo IMG {
			border: 0px;
			height: 35px;
			width: 300px;
		}

	BODY #all #photo {
		background-color: #FFFFFF;
		background-image: url( foto01.jpg );
		background-position: center;
		background-repeat: no-repeat;
		border: 1px solid #b4b4b4;
		height: 354px;
		
		position: absolute;
		top: 40px;
		width: 354px;
	}

	BODY #all #contact {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		word-spacing: -3px;
		line-height: 13px;
		position: absolute;
		text-align: center;
		text-transform: lowercase;
		top: 405px;
		width: 350px;
	}

		BODY #all #contact .font1 {
			color: #b4b4b4;
			text-decoration: none;
		}
	
		BODY #all #contact .font2 {
			color: #797979;
			font-weight: Bold;
		}
	
	BODY #all #links {
		left: 50%;
		margin-left: -60px;
		position: absolute;
		top: 435px;
	}
		BODY #all #links A {
			color: #797979;
			display: block;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 17px;
			padding-left: 3px;
			padding-right: 10px;
			text-decoration: none;
		}
			BODY #all #links A:hover {
				background-color: #797979;
				color: #b4b4b4;
			}
		
		BODY #all #links IMG {
			border: 0px;
			height: 24px;
			width: 24px;
		}
		
		BODY #all #links UL.links {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
			BODY #all #links UL.links LI {
				background-position: 0px 50%;
				background-repeat: no-repeat;
				padding: 4px 0px 2px 28px;
				margin-top: 0px;
			}
			
			BODY #all #links UL.links LI.blog {
				background-image: url( 'images/feed.png' );
			}
		
			BODY #all #links UL.links LI.linkedin {
				background-image: url( 'images/linkedin.png' );
			}
		
			BODY #all #links UL.links LI.flickr {
				background-image: url( 'images/flickr.png' );
			}
		
			BODY #all #links UL.links LI.twitter {
				background-image: url( 'images/twitter.png' );
			}