/* CSS Document */

html {
    height: 100%;
}

body {
    height: 100%;
	background-color :#000000;
}

p {
	color: #ffffff;
	font-family: Arial, Helvetica, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
	font-size: 100%;
	text-align: center;
}

a {
	color: #ffffff;
}

div {
	height: 100%;
	margin: auto;
}

.table { 
	height: 100%;
	text-align: center;
}