


body {
	margin:50px 0px; 
	padding:0px;
	padding-top:10px;
	text-align:center;
	background:gray;
	}

p {
	font-family:arial, verdana;
	color: black;
	font-size:x-small;
	}
span {
	background:white;
	border:3px double black;
	padding:5px;
	width:100px;
	height:20px;
	visibility:hidden;
	position:absolute;
}

a:link {
	text-decoration:none;
	color:blue;
	font-family: arial, verdana;
	font-weight: regular;
	font-size: 1em;
	}

a:hover {
	text-decoration:none;
	color:red;
	font-family: arial;
	font-weight: regular;
	font-size: 1em;
	}

a:visited {
	text-decoration:none;
	color:blue;
	font-family: arial;
	font-weight: regular;
	font-size: 1em;
}
h1 {
	text-decoration:none;
	color:black;
	font-family: arial;
	font-weight: bold;
	font-size:small;
	text-align:left;
	position:relative;

}
h2 {
	position:relative;
	top:0px;
	left:20px;
	text-decoration:none;
	color:C68474;
	font-family: arial;
	font-weight: bold;
	font-size:xx-large;
	text-align:left;
	position:relative;

}
div#frame {
	width:800px;
	height:800px;
	background-image:url('backgrounde.jpg');
	margin:0px auto;
	position:relative;
	top:-50px;
	background-color:white;
	border:1px solid black;
	text-align:left;
}

div#intro {

	width:360px;
	position:absolute;
	top:80px;
	left:20px;
	background-color:white;
	text-align:left;

}

div#forum {
	width:210px;
	height:250px;
	padding:0px;
	position:absolute;
	right:200px;
	top:10px;

	
}
div#gallery{
	width:180px;
	height:750px;
	padding:0px;
	position:absolute;
	right:10px;
	top:20px;	
}
div#updates {
	width:150px;
	height:60px;
	padding:10px;
	position:absolute;
	right:220px;
	bottom:300px;
	border:1px dotted black;

	
}



div#copyright {

	text-align:center;
	position:relative;
	top:-40px;
}
