html {
	background: url(../images/P9283368_bg.JPG) repeat center center fixed;
	background-size: cover;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	color: #000099;
	font-size: 24px;
	padding: 0px;
	margin: 0px;


}
.addressBox {
	padding: 8px;
	background-image: url(../images/P9233309_bg.JPG);
	background-repeat: no-repeat;
	position:absolute; width:200px; height:185px; z-index:1; 
	top:50%; left:50%; margin-left:-380px; margin-top:-92px;
}

.addressBoxText {
	color: #FFFF00;
	font-weight: normal;
}
.textBox {
	color: #FFFFFF;
	padding: 10px;
	text-variant:bold;
}
a {
	color: #FFFF00;
}

.image-box {
	position:absolute; width:300px; height:225px; z-index:2; 
	top:50%; left:50%; margin-left:-150px; margin-top:-112px;
	text-align:center;
}

.workBox {
	padding: 8px 15px 8px 15px;
	position:absolute; width:350; height:220; z-index:2;
	top:50%; left:50%; margin-left:175px; margin-top:-92px;
	color:white;
}

.workBoxBackground {
	position:absolute; width:350; height:220; z-index:1;
	top:50%; left:50%; margin-left:175px; margin-top:-92px;
	background-color: #999999; opacity: 0.5;
}

