html
{
	height: 100%;
	width: 100%
}

body
{
	background: #000000;
	background: linear-gradient(to bottom right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 40%, rgba(0,0,0,0.6) 100%);
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1;
}

td, table
{
	border-collapse: collapse;
	padding: 0px;
}

th
{
	text-align: left;
	height: 150px;
	vertical-align: middle;
	border-collapse: collapse;
	padding: 0px;
}

table
{
	margin: auto;
}

td a
{
	display: block;
	height: 100%;
	width: 100%;
}

div#selection
{
	position: relative;
	top: 40px;
}

div#image
{
	position: relative;
	top: 40px;
	left: 40px;
	width: 799px;
	float: left;
	z-index: 2;
}

#name
{
	vertical-align: top;
	height: 50px;
}

#bio
{
	vertical-align: top;
	height: 70px;
}

th#credit
{
	vertical-align: top;
	height: 29px;
}

th#imagetitle
{
	vertical-align: top;
	height: 50px;
}

div#text
{
	font-size: 17px;
	font-family: 'Josefin Slab';
	font-weight: 100;
	vertical-align: top;
	text-align: justify;
	height: 100px;
}

tr#nav
{
	height: 50px;
}

th#prev
{
	background-color: transparent;
	width: 50px;
	height: 50px;
	border: 0px;
}

th#up
{
	background-color: transparent;
	width: 50px;
	height: 50px;
	border: 0px;
}

th#gallery
{
	background-color: transparent;
	width: 50px;
	height: 50px;
	border: 0px;
}

th#next
{
	background-color: transparent;
	width: 50px;
	height: 50px;
	border: 0px;
}

th#midspace
{
	background-color: transparent;
	width: 200px;
	height: 50px;
	border: 0px;
}


tr#spacer
{
	height: 50px;
}

tr#centerseparator
{
	height: 15px;
}

div#nextgreyicon
{
	background-image: url("http://album.chaotic.red/icons/nextgrey.png");
	width: 50px;
	height: 50px;
	float: right;
	z-index: 2;
	
}

div#nexticon
{
	background-image: url("http://album.chaotic.red/icons/next.png");
	width: 50px;
	height: 50px;
	float: right;
	z-index: 2;
}

div#prevgreyicon
{
	background-image: url("http://album.chaotic.red/icons/prevgrey.png");
	width: 50px;
	height: 50px;
	float: left;
	z-index: 2;
}

div#previcon
{
	background-image: url("http://album.chaotic.red/icons/prev.png");
	width: 50px;
	height: 50px;
	float: left;
	z-index: 2;
}

div#galleryicon
{
	background-image: url("http://album.chaotic.red/icons/gallery.png");
	width: 50px;
	height: 50px;
	margin: 0 auto;
	z-index: 2;
}

div#upicon
{
	background-image: url("http://album.chaotic.red/icons/up.png");
	width: 50px;
	height: 50px;
	margin: 0 auto;
	z-index: 2;
}

td:after
{
	content: "";
	display: block;
	position: absolute;
	top: -1;
	left: -1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 100ms linear;
}

td:hover:after
{
	transition: background-color 100ms linear;
	background-color: rgba(0,0,0,0.5);
	pointer-events: none;
}

h2
{
	font-size: 30px;
	font-family: 'Amatic SC';
}
				
h3
{
	font-size: 25px;
	font-family: 'Amatic SC';
}

h4
{
	font-size: 20px;
	font-family: 'Amatic SC';
}

div#artist
{
	text-align: right;
	font-size: 25px;
	font-style: italic;
	font-family: 'Amatic SC';
}

div#artist2
{
	text-align: left;
	font-size: 25px;
	font-style: italic;
	font-family: 'Amatic SC';
}

#altlabel
{
	font-family: 'Amatic SC';
}