html,body{
height : 100%;
}

body{
background-color : #FFF;
margin : 0;
padding : 0;
}

a{ text-decoration: none;
	color: #000;
}
	
a:visited{ color : #000;
}

a:hover{ color: #000;
	text-decoration : underline;
}

a:active{ color: #000;
	text-decoration : none;
}

.verticalcenter{
height : 100%;
width: 100%;
vertical-align : middle;
text-align : center;
}

.copyright{
margin : 0;
padding : 0;
text-align : center;
font : .7em Arial; color : #000;
}

.staff{
height : 600px;
width : 100%;
background-image : url('lpdlines.png');
background-position : center;
background-repeat : repeat-x;
}

table.content{
height : 600px;
width : 900px;
background-image : url('lpdtop900notes.png');
background-position : center;
background-repeat : no-repeat;
}