BODY {
	margin: 0px;
	padding: 0px;
	background-image: url(images/portrait.jpg);
	background-repeat: no-repeat;	
	background-position: right top;
	background-color: #ffffff;
	width:100%;
	height:100%;
}
HTML {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
}

a:link,a:visited,a:active,a:hover  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
	
}