/* CSS Document */
body {
	margin-top: 0px;
	background-color: #017AC3;
	background-image: url(New-Years-Back.jpg);
	overflow-x:hidden;
	background-repeat: repeat-x;
}




#textwrap {
background-image: url(SDCSback.png);
background-repeat:no-repeat;
}

a {
color: white;
text-decoration: none;
}

.emailbottom {
color : white;
}
A.emailbottom:link {
color : white;
text-decoration : none;
}
A.emailbottom:visited {
color : white;
text-decoration : none;
}
A.emailbottom:hover {
color : #FF9900;
}
A.emailbottom:active {
color : green;
text-decoration : none;

a:hover img {
filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}.pic, a.pic, a.pic img {
filter: Alpha(opacity=95); /* IE */
-moz-opacity: 0.95; /* Mozilla */
opacity:.95;
} 


