
<style type="text/css">

body
{ 
background-color: #A0A0A0
}
body 
{ 
background-image: url(http://www.cornell.edu/pages/yp46/header.jpg); 
background-attachment: fixed
}
p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}

p
{
font-family: verdana
}
p
{
font-size: 10px
}

body {
	margin:10px 0px; padding:0px;
	text-align:center;
	}
	
#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	}