body
{
	background: url(img/bg.gif);
	font-family: verdana, arial;
}

div
{
	font-size: 12px;
}

img
{
  border: 0;
}

hr
{
  border: 0px;
  border-top: 2px dashed gray;
  width: 90%;
}

#contents
{
	background: #CCCCCC;
	border: 1px solid black;
	padding: 10px;
}
#hidden
{
	display: none;
}

#page
{
	background: white;
	border: 1px dotted black;
	padding: 10px;
}
#copyleft
{
	color: #A5A5A5;
	font-size: 9px;
}
#news h3
{
	display: inline;
}
#pi img
{
  position: absolute;
  right: 10px;
}

#add_proj textarea
{
  width: 100%;
  height: 300px;
  font-family: verdana;
}

a#tooCool
{
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  height: 80px;
  width: 80px;
  background: url(img/too_cool.png) bottom right no-repeat;
  text-indent: -999em;
  text-decoration: none;
}

