﻿
	img {
		border: 0px none;
	} 

	p.copyright {
		font-family:  arial, sans-serif;
		text-align: center;	
		position:absolute;
		left:40px;
		top:5000px;
	}
	
	
	p {	color: black}
	a { color: red}
	img {border: none}
	
	div.mailinglist {
		position:absolute;
		left:70px;
		top:10px;
		width:620px;
		height:50px;
		padding-left:10px;
		padding-right:10px;
	}

	div.beginning {
		position:absolute;
		left:80px;
		top:120px;
		height:140px;
		width:700px
	}
	
	div.abouttext
	{
		position:absolute;
		left:20px;
		top:270px
	}
	
	div.name {
		position:absolute;
		left:70px;
		top:70px;
		width:620px;
		height:50px;
		padding-left:10px;
		padding-right:10px;
		filter: alpha(opacity=95); -moz-opacity: .95;
		background-color:white;
	}
	
		
	body{
		font-family: verdana, arial, sans-serif;
		font-size: .8em;
		background-color: white;
		height:1700px;
		width:900px;
		background-image: url('images/background.jpg');
		background-repeat: horizontal;
		background-attachment: fixed;
	}
	
	
	div.content{
		position:absolute;
		left:70px;
		top:240px;
		width:620px;
		height:800px;
		padding-left:10px;
		padding-right:10px
	}

	div.thumbnails {
		position:absolute;
		left:70px;
		top:850px;
		width:620px;
		height:200px;
		padding-left:10px;
		padding-right:10px;
		overflow : auto;
	}

	
	div.description {
		position:absolute;
		left:70px;
		top:1060px;
		width:620px;
		height:200px;
		padding-left:10px;
		padding-right:10px;
		overflow : auto;	
	}
	

