@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/backback.jpg);
}
#ipod{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:2;

}

#main {
	text-align: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-color: #000000;
	padding: 7px;
	height: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
}
#copy {
	text-align: left;
	color: #CCCCCC;
	font-size: 14px;
	background-color: #000000;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 550px;
	border: 1px solid #CCCCCC;
}
.record {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.adlink img {
	border: 1px solid #999999;
}
.adlink:hover img {
	border: 1px solid #FFFFFF;
}

.subButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CC33;
	border: 1px solid #009900;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.emailform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	background-color: #CCCCCC;
	border: 1px solid #333333;	
}
.miniLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

#translucentbkg {
	width: 400px;
	height: 100px;     /* to match DIVs size          */
	background-color: #CC9545;       /* the background              */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	border: 1px solid #000000;
	float: right;
	margin-top:250px;
	margin-right:100px;
	}

#opaquetext {
	width: 400px;
	height: 100px;     /* to match DIVs size          */
	background-color: transparent;   /* transparent background      */
	z-index: 2;                      /* place it over the other DIV */
	float: right;
	position:inherit;
	top: 200px;
	
}

#translucentbkg2 {
	width: 500px;
	height: 600px;     /* to match DIVs size          */
	background-color: #ffffff;       /* the background              */
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.7;
	top: 150px;
	position: relative;
	left: 410px;
	border: 1px solid #000000;
}

#opaquetext2 {
	width: 480px;
	height: 100px;     /* to match DIVs size          */
	background-color: transparent;   /* transparent background      */
	position: relative;              /* absolute positioning        */
	z-index: 2;                      /* place it over the other DIV */
	top: 260px;
	left: 420px;
	text-align:left;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	text-transform: uppercase;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top:330px;
}
.navlink{
	color: #CCCCCC;
	text-decoration: none;
}
.navlink:hover{
	color: #000000;
	text-decoration: none;
}
a {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: underline;
}

#ihack
{
	height: 450px;
	width: 800px;
}
