html, body { 
	height: 95%;
	background: #1a1a1a; 
	background-image:url('img/bc.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left bottom;
	color: #000000;
}
#center { 
	width: 500px;
	height: 300px;
	text-align: center;
	color: #000000;
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px; 
	/* Half the width of the DIV tag */
	margin-top: -150px; 
	/* Half the height of the DIV tag */
}
#content {
	text-align: justify;
	padding: 10px; 
	border: 3px double; 
	border-color: #585858;
	background: #ffffff;
	width: 500px;
	height: 300px;
}
a{
	color: #ff6600;
	text-decoration: none;
}
.list{
	color: #000000;
}
#techmo {
	font-size: 18px;
	font-weight: bold;
}
li{
	color: #ff6600;
	list-style-type: disc;
	list-style-position: outside;
}
.lc {
	width: 50px;
}
#main {
	padding-left: 5px;
	padding-bottom: 15px;
	width:500px;
	border-bottom: 2px dashed;
	border-color: #000000;
}
#slogan {
	text-align: center;
}

