body {
	width: 95%;
	margin: 0;
	padding: 0;
	background: #110066;
/*	background-image: url('me-ponce-roof01a.png'); */
	background-image: url('bg_pattern.gif');
	background-repeat: repeat;
/*	background-repeat: no-repeat;
	background-position: left top; */
	background-position: center;
	position: fixed;
	left: 0;
	top: 0;
	text-align: left;
	color: #D0C9AE;
	}

#col2 {
	position: absolute;
	left: 42%;
	width: 32%;
	text-align: left;
	text-indent: 2em;
	}

#col2>#footer {
	font-size: .8em;
	text-align: right;
	}

#col1 {
	margin-left: 75%;
	margin-right: 95%;
	text-align: right;
	}

#col1 ul {
        margin: 0;
        padding: 3px 0px 3px 10px;
        text-align: right;
        list-style-type: none;
        }

a:link {
	color: #6666ff;
	text-decoration: none;
	}

a:visited {
	color: #BB3344;
	text-decoration: none;
	}

a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	}

