﻿img { 
border-style: none; 
text-decoration: none; 
} 

a:link {
	color: #cccccc;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #cccccc;
	font-style: italic;
}

a:active {
	color: red
}


body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url('images/stripe.gif');
}

#logo {
	position: absolute;
	z-index: 6;
	top: 0px;
	left: 100px;
	height: 60px;
	width: 600px;
}

#screenprints_1 {
	text-align: center;
	font-size: 15px;
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 317px;
	background-color: #666666;	
}

#screenprints_2 {
	text-align: center;
	font-size: 15px;
	position: absolute;
	z-index: 1;
	top: 550px;
	left: 50px;
	width: 400px;
	height: 312px;
	background-color: #666666;	
}

#graphics {
	text-align: center;
	font-size: 15px;
	position: absolute;
	z-index: 4;
	top: 60px;
	left: 325px;
	width: 400px;
	height: 327px;
	background-color: #666666;
}

#collages {
	text-align: center;
	font-size: 15px;
	position: absolute;
	z-index: 2;
	top: 250px;
	left: 25px;
	width: 400px;
	height: 330px;
	background-color: #666666;	
}

#digital_1 {
	text-align: center;
	font-size: 15px;
	position: absolute;
	z-index: 4;
	top: 420px;
	left: 350px;
	width: 400px;
	height: 330px;
	background-color: #666666;	
}

#digital_2 {
	text-align: center;
	font-size: 15px;
	position: absolute;
	z-index: 5;
	top: 130px;
	left: 600px;
	width: 400px;
	height: 327px;
	background-color: #666666;	
}


#textbox {
	position: absolute;
	z-index: 6;
	top: 550px;
	left: 700px;
	width: 200px;
	height: 250px;
	padding: 20px;
	background-color: #3f3f3f;
	color: white;
	font-size: 12px;
	text-align: left;
}


