/* CSS Document */
body {
	margin: 0 0 0 0;
	background-image: url(images/watermark.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana;
	color:#555;
}


#container {
	position: relative;
	margin: auto;
	padding: 0px;
	width: 750px;
	height: 800px;
	line-height:15px;
	background-color:#fff;
}
#menu {
	position: absolute;
	left: 0px;
	top: 110px;
}
a {
	text-decoration: none;
        color: #00deff;
}	
a:hover {
	text-decoration: underline;
}	
#bulk {
	margin-left: 200px;
 	padding:10px;
	font-size:12px;
}
h1 {
	font-size:15px;
	color: #00deff;
}