body,html{
	margin:0;
	padding:0;
	height:100%;
	width:100%:
}
*{
	font-family: "helvetica";
	text-decoration:none;
}

a { 
	font-weight:bold;
	margin:0 15px;
	font-size:14px;
	position: relative;
	top: 15px;
}
.splash-container{
	display:table;
	width:100%;
	height:100%;
}

.vertical-pos{
	display:table-cell;
	vertical-align:middle;

}


.tilebg{
	position:relative;
	background-image:url('tile.png');
	background-repeat:repeat-x;
	text-align:center;
}

.graphics-container{
	position:relative;
	margin: 0 auto;
	width: 456px;
}
.flag{
	position:absolute;
	top: 36px;
	left: 64px;
}


.blueF{
	color:#0078f8 !important;
}

.violetF{
	color:#d800cc !important;
}

.purpleF{
	color:#6844fc !important;
}


.orangeF{
	color:#e45c10 !important;
}

.deepGreenF{
	color:#008888 !important;
}




.redF{
	color:#e40058 !important;
}


.greenF{
	color:#00b800 !important;
}
