﻿body{
	background-color:black;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url('nydesign.jpg');
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:50% 0px;
	font-family: "Copperplate Gothic Light", Times New Roman, arial;
	}

iframe{
	background-color: transparent;
	background:transparent;
	}

A:hover{
	text-decoration:underline overline;
	color: #b6b5b6;
	}
A:link{
	text-decoration: underline;
	color: white;
	}
A:visited{
	text-decoration: underline;
	color: #b6b5b6;
	}
A:active{
	text-decoration: underline;
	color: white;
	}
.thumb
 {filter: alpha(opacity=75); opacity: 0.75; -moz-opacity: 0.75; text-decoration:none; border: 2px; border-color:black;}

.thumb:hover
 {filter: alpha(opacity=100); opacity: 1.0; -moz-opacity: 1}
 
 .small {
	font-size:small;
}