body {
	margin: 0px;
	background-image: url(img/bg2.png);
	background-repeat: repeat-x;
	background-position: top;
}
div#top {
	width: 100%;
	height: 46px;
	background-image:  url(img/bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: white;
	text-align: center;
}
a#add {
	top: 8px;
	left: 8px;
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(img/add.png);
	background-position: left;
	display: block;
	text-decoration: none;
}
a#add:hover {
	background-position: right;
}
div#text {
	top: 16px;
	left: 48px;
	position: absolute;
	display: none;
	font-size: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
}
iframe#random {
	width: 90%;
	height: 500px;
	border: 3px double gray;
}
div.box {
	background-image: url(img/bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: white;
	border-left: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 8px;
	width: 60%;
	text-align: left;
}
div,input,p, td {
	font-size: 14px;
	font-family: "Trebuchet MS", sans-serif;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
}
span {
	font-size: 12px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
}