body
{
	color: black;
	background: #E0F8E0 url("redbluegre.jpg") fixed;
	font-family: monospace;	
}
h1
{
	font-family: fantasy;
	font-size: xx-large;
}
#main
{
	background: yellow;
	height: 100%;
	margin: 0 12% 0 12%;
	padding: 1% 0 1% 0;
}
#main:hover
{
	background: url("redblue.jpg") fixed;
}
#intro
{
	margin: 1%;
}
#pagetitle
{	
	color: white;
	background: green;
	text-align: center;
	margin: 6% -6% 6% -6%;
}
#pagetitle:hover
{
	background: url("redblue.jpg") fixed;
}
#menu
{
	color: black;
	background: url("redbluegre.jpg") fixed;
	border: 1px black solid;
	float: right;
	width: 15%;
	margin: 1%;
	height: 100%;
}
#menu:hover
{
	background: url("redblue.jpg") fixed;
}
#menu ul
{
	list-style: none;
	margin: 0;
}
#menu a
{
	color: black;
	width: 100%;
}
#menu a:hover
{
	background: url("redblue.jpg") fixed;
}
.element
{
	float: center;
	color: black;
	background: url("redbluegre.jpg") fixed;
	padding: none;
	
}
.element:hover
{
	background: url("redblue.jpg") fixed;
}
.element h2
{
	background: none;
}
.element p
{
	background: none;
}
.element img
{
	float: right;
}
.element img:hover
{
	background: yellow;
	
}
