/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: black;
	font-family: Verdana, Arial sans-serif;
	font-size: 65%;
	line-height: 1.3em;
	color: white;
}
.clear {
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 0px;
	clear: both;
}
img {
	border: 0;
}
.nodisplay {
	display: none;
}
#frontend .container {
	background: url(../images/glassHouseBG.jpg) no-repeat top left;
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px !important;
	position: relative;
}
#frontend .container .text {
	position: absolute;
	top: 170px;
	right: 50px;
text-align: right;
}

#frontend .container .small {
	position: absolute;
	top: 170px;
	right: 105px;
}
#frontend .container .medium {
	position: absolute;
	top: 120px;
	right: 25px;
}

#frontend .container .spacer {
	width: 1000px;
	height: 650px;
}

.footer{
text-align: right;
margin-top: 20px;
}

a:link, a:visited{
color: #CCCCCC;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
text-decoration: underline;
}

div.description{
	font-size: 13px;
	width: 200px;
}

