body {
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	color: #444444;
}
#content {
	background-color: #fff;
	margin: 0 auto;
	font-size: 0.8em;
	background-image: url('../images/bg.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0px;
}

#main {
	padding: 3px;
}
h1 {
	font-size: 1.5em;
	padding: 0px;
	margin: 0px;
}
#header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 128px;
	text-align: right;
	padding-right: 10px;
	font-size: 1.2em;
	font-weight: bolder;
	padding-bottom: 3px;
	font-family: sans-serif;
}
#header a {
	color: #666666;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#visit {
	font-size: 0.8em;
	color: #666666;
}
#contact {
	padding: 0px 4px 0px 4px;
}
#copyright {
	background-color: #404040;
	color: #fff;
	text-align: center;
}
#copyright a {
	color: #ffffff;
}
#mast {
	padding: 0px;
	margin: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}

.infobox {
	width: 720px;
	height: 400px;
}
#effect-spaceholder, 
#effect-content, 
.demo-effect,
#effect-spaceholder1, 
#effect-content1, 
.demo-effect1 {
   height: 500px;
   width: 500px;
   float: left;
}


