body {
	margin: 0;
	padding: 0;
	background-image: url(../imgs/big.jpg);
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
}

div#square {
	height: 518px;
	width: 562px;
	background-image: url(../imgs/white-square.png);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}
	div#content {
		height: 440px;
		width: 470px;
		margin: 40px 45px;
		padding: 0 0 0 5px;
		overflow: auto;
	}
		div#content a:hover, div#content a:active, div#content a:visited, div#content a:link {
			text-decoration: none;
			color: #FFF;
		}

div#linksContainer {
  background-image: url(../imgs/links/background.png); 
  height: 451px; 
  width: 813px;
  background-repeat: no-repeat; 
  overflow: hidden;
}

div#linksTShirts {
  position: fixed;
  top: 85px;
  left: 490px;
}

div#linksPrints {
  position: fixed;
  top: 85px;
  left: 680px;
}

div#linksOther {
  position: fixed;
  top: 85px;
  left: 60px;
}

div#linksOlder {
  position: fixed;
  top: 340px;
  left: 60px;
}

a.links:link, a.links:visited {
	text-decoration: none !important;
	color: #FFF !important;
}

a.links:hover, a.links:active {
	text-decoration: underline !important;
	color: #FFF !important;
}

h1 {
	margin-top: 402px;
	margin-left: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	background-color: transparent;
  color: #FAFAFA;
}

h1#links {
	margin-top: -49px;
	margin-left: 20px;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	background-color: transparent;
  color: #FAFAFA;
}

img {
	border: 0;
}

img.thumb {
	margin: 1.20em;
}

img#anims {
	position: absolute;
	top: 489px;
	left: 480px;
}

img#animstills {
	display: block;
	margin-top: 60px;
	margin-left: 75px;
}

img#gallery {
	position: absolute;
	top: 500px;
	left: 320px;
}

img#links {
	position: absolute;
	top: 492px;
	left: 710px;
}

img#personal {
	display: block;
	margin-top: 140px;
	margin-left: 90px;
}

img#professional {
	display: block;
	margin-top: 90px;
	margin-left: 55px;
}

img#symbol {
	position: absolute;
	top: 550px;
	left: 820px;
}

#credits {
	position: absolute;
	top: 563px;
	left: 30px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: xx-small;
	color: #888;
}

a.credits:link, a.credits:visited, a.credits:hover, a.credits:active {
	text-decoration: underline;
	color: #999;
}

ul.linkslist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.linkslist li {
  list-style-type: none;
}

