﻿@charset "utf-8";

 * {
	margin: 0;
	padding: 0;	
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
}


body, td, th {
  font: normal 75%/150% Verdana, sans-serif;
}

td, th {
  f\ont-size: 100%;
}

body {
	color: white;
	background-color: black;
  position: relative;
}

div#main {
	width: 190px;
	margin: 200px auto 0px auto;
	text-align: center;
}

object {
	outline: none;
}

#popupLink {
	position: absolute;
	z-index: 5;
	display: block;
	width: 190px;
	height: 254px;
	background: transparent url('images/blindButtonBack.gif') top left repeat-x;
}

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

a:hover {
	text-decoration: underline;
}