/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: center;
	margin-top: 50px;
}

#viewer {
	height: 390px;
}

#contact {
	height: 300px;
	width: auto;
	text-align: center;
	padding-top: 90px;
}

#form {
	height: 390px;
	width: 433px;
	text-align: left;
	display: block;
	margin: auto;
	padding: auto;
}

#footer {
	text-transform: uppercase;
	display: inline;
}

a {
	color: #414141;
	text-decoration: none;
	margin-right: 20px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #2dc6d6;
}

input, textarea {
	color: #666666;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px none #666666;
}

input:focus, textarea:focus	{
	color: #2dc6d6;
}
