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

#content {
	position: relative;
	margin-top: 25px;
	height: 610px;
}
#text {
	position: absolute;
	top: 50px;
	left: 5px;
	width: 435px;
	height: 355px;
	text-align: center;
	z-index: 100;
}

#computer {
	position: absolute;
	top: 16px;
	left: 0px;
	width: 1000px;
	height: 600px;
	background-image: url(../images/computer-home.png);
	background-repeat: no-repeat;
	z-index: -100;
}
#join_today {
	position: absolute;
	top: 400px;
}
.top_text {
	text-align: left;
	margin-left: 0px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style: normal;
	font-weight: bold;
}
.bottom_text {
	text-align: left;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style: normal;
	line-height: 20px;
}
