* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	font-family: inherit;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
sub, sup {
	font-size: 80%;
}
body {
	width: 990px;
	margin: 0 auto;
	font-family: verdana;
	color: #333;
	font-size: 70%;
}
h1 {
	font-size: 250%;
}
h2 {
	font-size: 125%;
	color: #FA14B1;
}
h3 {
	font-size: 125%;
}
p {
	margin-top: 1em;
	line-height: 150%;
}
body#splash #main {
	background: white url('../images/splash_background.gif') no-repeat scroll top right;
}
#logo {
	margin-top: 8px;
	float: right;
}
#content {
	position: relative;
	padding-top: 90px;
	
}
body#splash #content {
	width: 530px;
	height: 880px;
}
body#holding #content {
	text-align: center;
}
#country_selection {
	margin: 3em 0;
}
#go_button {
	background: transparent url('../images/small_button.gif') no-repeat scroll center center;
	border: none;
	width: 45px;
	height: 27px;
	color: white;
	font-weight: bold;
}
#footer {
	margin-top: 10em;
}
#country_links {
	text-align: center;
	font-size: 90%;
}
#footer_link {
	text-align: center;
}

/* Speech bubbles */
div.speech {
	position: absolute;
	display: table;
	visibility: hidden;
}
div.speech div {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
div.speech span {
	font-weight: bold;
	line-height: 110%;
	font-size: 80%;
}
div.speech.left {
	width: 199px; height: 124px;
	left: 559px; top: 106px;
	background: transparent url('../images/splash_speech_left.gif') no-repeat scroll center center;
	color: #00ADEF;
}
div.speech.left div {
	height: 86px;
	padding: 7px 38px 31px 12px;
}
div.speech.right {
	width: 238px; height: 114px;
	left: 776px; top: 131px;
	background: transparent url('../images/splash_speech_right.gif') no-repeat scroll center center;
	color: #FB14B2;
}
div.speech.right div {
	height: 91px;
	padding: 8px 36px 15px 43px;
}
