@charset "utf8";

/* --- BASIC STYLES --- */

/* Page */
html {
	font-size: 100%;
	height: 100%;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.25;
	background: rgb(0,0,0);
	color: white;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	}
body.blue {
	background: rgb(6,57,104);
	}

a {
	color: white;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
	
	
/* --- PAGE CENTERING --- */

#page-table {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
#page-td {
	position: relative;
	height: 100%;
	padding: 0;
	vertical-align: middle;
}

div#global {
	width: 798px;
	margin: 10px auto 0 auto;
	text-align: center;
	}

	
/* --- MAIN CONTAINERS --- */

img#splash {
	margin-bottom: 25px;
	}

p#contact {
	position: absolute;
	width: 100%;
	bottom: 15px;
	text-align: center;
	}
	
img#logo {
	position: absolute;
	bottom: 15px;
	right: 15px;
	}
	
div#snd_player {
	position: absolute;
	top: 5px;
	right: 15px;
	}
	
/* --- EXTRAS --- */

div#phpmyvisites {
	display: none;
	visibility: hidden;
	}