	body {
		background-color: #ffffff;
		background-image: url('images/main2.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		font-family: arial;
	}

	div#fifty {
		width: 475px;
		border: solid 0px yellow;
		} 
	
	div#images {
		float: right;
		}
	
	A:link {text-decoration: none; color: blue;}
	A:visited {text-decoration: none; color: black;}
	A:active {text-decoration: none; color: black;}
	A:hover {text-decoration: none; color: blue;}

