@charset "utf-8";
/* CSS Document */

h1 {
	font-size:62px;
}
h2 {
	font-size:28px;
}
.test {
	float:left;
	background-image:url(images/consultingTEST.jpg);
	background-repeat: no-repeat;
}
.test a {
	float:left;
	display:block;
	width:100px;
	height:90px;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
	margin-top:75px;
	margin-left:-400px;
	background-image:url(images/buttons/raw/masterButton.png);
}
.testbutton a:hover {
	text-decoration:none;
	background-image:url(images/buttons/raw/masterButton.png) right;
}
.currentpage {
	display:block;
	width:100px;
	height:80px;
	font-weight:bold;
	padding-top:20px;
	color:#000;
	background-image:url(images/buttons/raw/masterButton.png);
	background-position:center;
	margin-bottom:20px;
	margin-left:25px;
	text-align:center;
}
.construction {
	display:block;
	width:300px;
	height:50px;
	float:right;
	margin:auto;
	position:absolute;
	background-image:url(images/construction.jpg);
	background-repeat: no-repeat;
}