body {
/*
	background-color: #000000;
	background-image: url(/assets/photostack5.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachement: fixed;
	*/
	background: #000000 url(/assets/photostack5.jpg) bottom left no-repeat fixed;
	font-family: 'Lusitana', serif;
	color: #c0c0c0;
}

a {
	color: #ff6565;
}

#container {
	width: 100%;
	height: 900px;
}

h1, h2, h3 {font-weight: normal;}

#title h1, #title h2 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

#title h1 {
	font-size: 2em;
	font-variant:small-caps;
}

#title h2 {
	font-size: 1.2em;
}

#title {
	
	position: fixed;
	top: 45px;
	left: 45px;
}

#content {
	width: 45%;
	position: absolute;
	top: 130px;
	left: 650px;
}