*{
	margin: 0px;
	padding: 0px;
}

body{
	background: #fff url(images/splatter.jpg) no-repeat;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 1.5em;
}

a{
	text-decoration: none;
}

p{
	margin-bottom: 1em;
}

img{
	border: 0px;
}

#logo{
	position: absolute;
	top: 5px;
	left: 713px;
	z-index: 2;
}

#container{
	width: 710px;
	margin: 95px 0px 20px 100px;
}

#glowtop{
	width: 710px;
	height: 5px;
	background: url(images/glowtop.png) no-repeat;
}

#contentbox{
	position: relative;
	float: left;
	width: 700px;
	padding: 0px 5px;
	background: url(images/glowsides.png) repeat-y;
}

#logininfo{
	padding: 1em 0px;
}

#hoverbot{
	margin-left: 30px;
}

div.overlay{
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0;  /* will cover the entire parent */
	left: 5px;
	right: 5px;
	width: 700px;
	background: #fff;
	opacity: 0.75;
	-moz-opacity: 0.75; /* older Gecko-based browsers */
	filter:alpha(opacity=75); /* For IE6&7 */
}

.content {
width: 640px;
padding: 20px;
position: relative;
}

#sidebar{
	width: 150px;
	padding-right: 20px;
	border-right: #111 1px solid;
	float: left;
}

.tip{
	width: 110px;
	padding: 20px;
	background: #eee;
	font-size: 0.8em;
	line-height: 1.3em;
}

.tipgiver{
	font-size: 0.7em;
	line-height: 1.1em;
}

#banner{
	padding: 10px 0px;
}

#text{
	width: 410px;
	padding: 0px 0px 1em 50px;
	float: left;
}

.awesome{
	font-size: 1.2em;
	font-weight: bold;
}

#glowbottom{
	width: 710px;
	height: 5px;
	background: url(images/glowbottom.png) no-repeat;
	clear: both;
}

#footer{
	font-size: 0.7em;
	padding: 0px 0px 2em 105px;
	width: 700px;
}

.repairbothint{
	width: 130px;
	font-size: 80%;
	text-align: center;
}

.repairbothint p{
	background: #fff;
}

#repairbot1{
	position: absolute;
	top: 270px;
	left: 80%;
}

#repairbot2{
	position: absolute;
	top: 400px;
	left: 30%;
}

#repairbot3{
	position: absolute;
	top: 5%;
	left: 37%;
}

#repairbot4{
	position: absolute;
	top: 425px;
	left: 53%;
}

#repairbot5{
	position: absolute;
	top: 570px;
	left: 2%;
}
