@charset "UTF-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFF;
	font-size: 100%;
	color: #000;
	text-align: center;
}
body, p, h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
}
#outerwrapper {
	background-image: url(../images/projectpg.jpg);
	background-repeat: repeat;
	text-align: left;
	height: 700px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content {
	position:absolute;
	width:476px;
	height:414px;
	z-index:1;
	left: 31px;
	top: 194px;
	background-image: url(../images/transparentstrip.png);
	background-repeat: repeat;
	padding: 5px;
	overflow: auto;
}
#p1 {
	position:absolute;
	width:182px;
	height:53px;
	z-index:6;
	left: 8px;
	top: 13px;
}
#p2 {
	position:absolute;
	width:98px;
	height:52px;
	z-index:4;
	left: 166px;
	top: 75px;
}
#p4 {
	position:absolute;
	width:207px;
	height:51px;
	z-index:2;
	left: 493px;
	top: 27px;
}
#p3 {
	position:absolute;
	width:136px;
	height:48px;
	z-index:3;
	left: 332px;
	top: 59px;
}
#footer {
	position:absolute;
	width:263px;
	height:69px;
	z-index:5;
	left: 736px;
	top: 655px;
	color: #FFF;
	text-align: right;
	font-size: 0.7em;
}
a:link {
	color: #000;
}
a:visited {
	color: #909;
}
a:hover {
	color: #00F;
}
a:active {
	color: #F00;
}
