@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	height: 100%;
}
html{
    height: 100%;
}
img {
border: none;
} 

#container {
    position: relative;
	 min-height: 100%
}
#navbar {
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(images/header.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin: 0px;
	height: 150px;
}
#welcome {
	font-size: 14px;
	width: auto;
	font-style: normal;
	font-weight: bold;
	margin: 20px;
}
#games {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#footer {
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(images/header.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin: 0px;
	height: 80px;
	width: 100%;
	position: absolute;
	bottom: 0;
}
#copyright {
	text-align:right;
	margin-top: 40px;
	margin-right: 30px;
	margin-left: 30px;
	font-weight: bold;
}


