/* CSS Document */

* {margin:0; padding:0;}

body { background-color: #333333;}

.auto { width:auto; height:auto;}

table { 
	border:0px;
	border-collapse:collapse;
	width:100%;
	height:100%;
}

/* Vertical centering: make div as large as viewport and use table layout */
div.container {}
p {text-align: center;
}

