body {
	overflow: hidden;
}

.main {
	position: absolute;
	top: 30px;
	z-index: 10;
	left: 50%;
	margin-left: -220px;
}

.photo {
	position: absolute;
	top: 70px;
	z-index: 10;
	left: -170px;
}

.logos {
	position: absolute;
	top: 70px;
	z-index: 10;
	left: -50px;
}

/*
a#facebook {
	background:url('img/f.png') 0 0 no-repeat;
}

a#facebook:hover {
	background:url('img/fi.png') 0 0 no-repeat;
}
*/

.title {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	font-family:"Brush Script MT";
	color: #333;
}

.title a {
	text-decoration: none;
	color: #333;
}

.description {
	padding-top: 15px;
	width: 450px;
	text-align: left;
	border-left: 1px dotted gray;
	padding-left: 20px;
	border-bottom: 1px dotted gray;
	line-height: 1.5em;
	background-color: white;
}

.description a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.description a:hover {
	text-decoration: underline;
}

.firstline {
	padding-top: 0;
	margin-top: 0;
}

.bottom {
	position: relative;
	font-family:"Brush Script MT";
	width: 450px;
	text-align: right;
	padding-right: 25px;
	padding-top: 5px;
	text-shadow: white 0px 0px 0;
}

.bottom a {
	text-decoration: none;
	color: #333;
	text-transform: lowercase;
	font-size: larger;
}

.bottom a:hover {
	text-decoration: underline;
}

.pics {
	position: absolute;
	bottom: -40px;
	height: 170px;
	left: auto;
	right: auto;
	overflow: hidden;
	z-index: 1;
}
