.debug {
	border: 1px solid red;
}
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 100.01%;
	height:100%;
}
body {
	background: #b9b9b9;
	font-size: 62.5%;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	height: 100%;
}
a {
	color: #315585;
	border:none;
	outline:none;
	text-decoration: none;
}
a:hover {
text-decoration:underline;
}
img {
	border:none;
	outline:none;
}
p {
	color: #c4c4c4;
	padding-bottom: 15px;
}
div#container {
	background: #b9b9b9 url(../splash-images/container_bg.jpg) no-repeat scroll center center;
	height: 100%;
	text-align: center;
	width: 100%;
}
div#containerblock {
	width: 945px;
}
div#header {
	height: 225px;
}
.worldwide {
	background:transparent url(../splash-images/worldwide.png) no-repeat scroll center bottom;
float:right;
height:260px;
width:200px;
}
.worldwide:hover {
background:transparent url(../splash-images/worldwide-hover.png) no-repeat scroll center bottom;
float:right;
height:260px;
width:200px;
cursor:pointer;
}
.unitedstates {
	background:transparent url(../splash-images/unitedstates.png) no-repeat scroll center bottom;
float:left;
height:260px;
width:200px;
}
.unitedstates:hover {
background:transparent url(../splash-images/unitedstates-hover.png) no-repeat scroll center bottom;
float:left;
height:260px;
width:200px;
cursor:pointer;
}
div.block {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 140%;
	margin-bottom: 6px;
}
div.block_center {
	background: url(../splash-images/block_bg_center.png) no-repeat top center;
	width: 682px;
	height:298px;
}
div.block_header {
	margin-bottom: 15px;
}
div#footer {
	color: #808080;
	font-size: 100%;
	margin-top:15px;
	line-height:18px;
}
