#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 300px;
     height: 600px;
     margin-top: -300px; /* half of the height */
     margin-left: -475px; /* half of the width */
     border: 0px solid #000;
     }


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	background-image: url();
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

a {
	color: 507FAE;
}

a:link {
	color: 507FAE;
}

a:visited {
	color: 507FAE;
}

.worktitle {
	font-size: 16px;
	font-weight: bold;
}
.teamtext {
	font-size: 10px;
	color: #FFFFFF;
}
.teamintro {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
h1 {
	font-size: 13px;
	font-weight: bold;
}
.footer {
	font-size: 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
