﻿body {
	background: #3FA006;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000000;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #000000;
}

strong {
	font-weight: 700;
}

h1 {
	font-size: 1.8em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}


#wrapper {
	width: 800px;
	background: #ffffff;
	margin: 0 auto;
	margin-top: 5px;
}

#header {
	overflow: hidden;
	width: 800px;
	height: 200px;
	background-image: url(/images/videoslotsbonusround-header.jpg);
	margin: 0 auto;
}

#navbar {
	width: 800px;
	height: 40px;
	background: #000000;
	text-align: center;
}

#navbar a {

	font-size: 97%;

	padding: 0 2px 0 2px;

	text-decoration: none;
	
	color: #ffffff;

}


#navbar a:hover {
	text-decoration: underline;
}


#container {

	background:transparent url(images/leftside.jpg) repeat-y left top;

	width: 800px;

	overflow: hidden;

}







#maincontent {
	background:transparent url(images/rightside.jpg) repeat-y right top; 
	float: right;
	width: 620px;
	padding: 5px 90px 5px 90px;
}

#maincontent p{
	text-align: justify;
}

#footer {
	width: 800px;
	height: 70px;
	background-image: url(/images/footer.jpg);
}



#copyright {
	font-size: 80%;
	padding: 10px 0px 10px 0px;
}

