
body {
	background-image:url('bg_image.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #6699CC;	
}

a:link {
	color: yellow;
}

a:visited {
	color: red;
}

a:hover {
	color: yellow;
}

div#maintext {
	color: white;
	width: 65%;
	margin: 20px;
}

div#maintext span#header {
	font-size: 1.8em;
	color: yellow;
	font-weight: bold;
	font-family: serif;
}

div#maintext span#title {
	font-size: 1.4em;
	color: yellow;
	font-weight: bold;
}

div#maintext span#message {
	font-size: 1em;
	font-family: sans-serif;
}

div#train_layer {
	position: fixed;
	width: 100%;
	left: -600px;
	bottom: -30px;
	z-index: 20;
}

div#back_layer {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
}

div.albumlink {
	float:left;
	margin:10px;
}

div#front_layer {
	position: fixed;
	width: 100%;
	left: 0%;
	bottom: 0%;
	z-index: -10;
}
