/* CSS Document */
body {
		font-family:arial,helvetica,sans-serif;
		font-size:.8em;
		background:url(img/bg.png);
		margin:0px;
		padding:0px;
		text-align:center;
	}
img {
	border: 0;
	}
a img{
	cursor:pointer;
}

h1 {
	background:url(img/title.png) no-repeat;
	display:block;
	width:567px;
	height:84px; 
	text-indent:-9999px;
	margin: 200px auto 100px auto;
}

h2 {
	font-size: 130%;
	}
h3 {
	font-size: 120%;
	}
h4 {
	font-size: 110%;
	}

ul#splash-nav li{
	display:inline-block;
}

#pro a{
	background:url(img/pro.png) bottom center no-repeat;
	display:block;
	width:361px;
	height:50px; 
	text-indent:-9999px;
	cursor:pointer;
	outline:hidden;
}

#pers{
	background:url(img/personal-tbr.png) bottom center no-repeat;
	display:block;
	width:282px;
	height:50px; 
	text-indent:-9999px;
	margin: 0 0 0 50px;
}