/* CSS Document */
body {
	background-color: #333333;
}
.text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px ;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #ffffff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.text a {
	padding: 2px;
}


.textTitle {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px ;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #ffffff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.fineprint {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.interface {
	height:500px;
	width:370px;
	border: none; 
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	text-align :left;
	padding: 5px;
	overflow-y:auto;

}

#malarkey {
	position:relative; 
	top:-445px;
	left:327px;
}

#contact {
	position:relative;
	top:-445px;
	left:327px;
}

#design {
	position:relative;
	top:-445px;
	left:327px;
}

#hosting {
	position:relative;
	top:-445px;
	left:327px;
}

#newsletter {
	position:relative;
	top:-445px;
	left:327px;
}

.main {
	height:600px;
	border: none; 
	 
	}

a:link {
	text-decoration: underline;
	color: #ff0000;
	padding: 0;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
	padding: 0;
}

div.scrolly {
	overflow:auto
}

a{
  outline: none;
}
