body, html, * {
	padding: 0px;
	margin: 0px;
}

body {
	min-height: 600px;
	min-width: 700px;
}

.bg {
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	position: fixed;
	top: 0px;
	right: 0px;
	overflow: hidden;
}

#fullbg {
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	position: fixed;
	top: 0px;
	right: 0px;
	overflow: hidden;
}

#main {
	position: absolute;
	z-index: 1;
	bottom: 16px;
	left: 50px;
	width: 600px;
}

#linkblock .over {
	border-left-width: 10px;
	color: #00BEF8;
}

#linkblock {
	height: 200px;
}

#linkblock a {
	background: #666666;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arvo, Courier, monospace;
	font-style: italic;
	padding: 3px;
	margin: 3px;
	padding-right: 30px;
	padding-left: 10px;
	font-size: 22px;
	line-height: 36px;
	border-color: #00BEF8;
	border-style: solid;
	border-width: 0px;
}

.logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

.title {
	width: 600px;
	height: 90px;
}

.title .switch {
	font-weight: lighter;
	color: #DDDDDD;
}

#slidetitle {
	position: fixed;
	bottom: 0px;
	right: 1050px;
	width: 100%;
	height: 100px;
	z-index: 5;
}

.album_title {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	z-index: 5;
}

#highopacity {
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 6;
}

#lowopacity {
	z-index: 5;
	opacity: 0.3;
}

#longarrow.black {background: url('images/barrow.png') no-repeat top left;}
#longarrow.white {background: url('images/warrow.png') no-repeat top left;}
#longbar.black {background-color: #000000;}
#longbar.white {background-color: #FFFFFF;}

#longbar {
	position: absolute;
	right: 50px;
	top: 0px;
	width: 100%;
	height: 100px;
}

#longarrow {
	position: absolute;
	height: 100px;
	width: 100px;
	right: 0px;
	top: 0px;
}

#titletext {
	font-size: 60px;
	padding: 10px;
	font-family: Arvo;
	color: #FFFFFF;
}

.arrow_img {
	float: left;
	width: 100px;
	height: 100px;
	margin-left: 20px;
}

.spacer {
	float: left;
	width: 150px;
	height: 100px;
}

.shortspacer {
	float: left;
	width: 50px;
	height: 100px;
}

.yellow {
	font-weight: bold;
	color: #F9E816;
}

.blue {
	font-weight: bold;
	color: #00BEF8;
}

#about {
	padding: 16px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 5;
	font-family: Lato;
	font-size: 14px;
	font-weight: lighter;
	text-align: right;
	opacity: 0.8;
	visibility: hidden;
	opacity: 0;
}

.super {
	font-size: 60px;
	font-family: Arvo, Courier, monospace;
	display: block;
	background: #666666;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 90px solid #00BEF8;
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
}

.super:hover {
	color: #00BEF8;
}

#about p {
	margin-bottom: 15px;
}

#about span {
	margin-left: 160px;
	font-size: 10;
	font-family: 'Arvo', serif;
}

#picblock {
	height: 1030px;
	width: 910px;
	display: block;
	position: absolute;
	left: 420px;
	top: 20px;
}

#picblock div div {
	border: 1px solid #CCCCCC;
}

.plcontainer img:hover {
	opacity: 0.7;
}

.photoframe {
	border: 15px solid #00BEF8;
}