@charset "UTF-8";
/* CSS Document */

body, html {
	margin : 0;
	padding : 0;
	height : 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-color: #000000;
}
#layoutgrid{
display : table;
height : 100%;
width : 100%;
}
#layoutgrid td {
vertical-align : middle;
text-align : center;
}
a {
	color: #937D70;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
p {
	color: #937D70;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

