@charset "UTF-8";
* { 
	padding: 0px;
	margin: 0px;
}
body {
	background-color: black;
	background-position: center top;
	background-repeat: no-repeat;
	width: auto;
	height: 975px;
	margin-top: 0px;
	padding-top: 0px;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/background.jpg);
}
h1 {
	font: italic bolder 18px Verdana, Geneva, sans-serif;
}
p {
	font: 400 normal .9em/22px "Times New Roman", Times, serif;
	color: #000;
}
#container {
	position: relative;
	left: 50%;
	width: 975px;
	margin-left: -487px;
}
#container #pageTitle {
	position: absolute;
	left: 775px;
	top: 290px;
}
#container #links #content {
	position: absolute;
	top: 269px;
	left: 270px;
	width: 520px;
	height: 572px;
}
#container #links #home {
	position: absolute;
	left: 135px;
	top: 310px;
}
#container #links #desktop {
	position: absolute;
	top: 392px;
	left: 120px;
	color: #00F;
}
#container #links #illustration {
	position: absolute;
	left: 90px;
	top: 465px;
}
#container #links #typography {
	position: absolute;
	left: 100px;
	top: 535px;
}
#container #links #sculpture {
	position: absolute;
	left: 135px;
	top: 600px;
}
#container #links #web {
	position: absolute;
	left: 155px;
	top: 658px;
}
#container #content .text {
	font: 400 normal 0.9em/22px "Times New Roman", Times, serif;
	text-align: left;
	color: #000000;
	width: 475px;
	text-indent: 20px;
	margin-top: 25px;	/*top: 40px;*/
}
#container #hidden {
	display: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #FF00FF;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
.align {
	color: #000;
	text-align: center;
	font: italic 400 normal .9em/22px "Times New Roman", Times, serif;
	text-transform: none;
	top: 855px;
	position: absolute;
	left: 370px;
}

