body {
    margin: 0px;
    padding: 0px;
    background-image: url('/intro/bg.gif');
	height: 100%;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: black;
}

#pseudobody {
	width: 729px;
    height: 500px;
	padding: 8px;
	background-color: white;
	border: 1px solid #606060;
	overflow: hidden;
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color="#606060",OffX="2",OffY="2",Positive="1"); 
    background-image: url('/intro/logo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

