/* -aspireds.com site.css- */

* {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border: 0;
}
html, body, table {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
body {
	background: #000000;
}
tr {
	height: 100%;
	width: 100%;
	text-align: center;
}

/* ------------------------------------------------------------------------------------------------- */


#aspireimage {
	background: url(../img/aspire.gif) center no-repeat;
	height: 285px;
	width: 700px;
	margin: 0 auto 0;
	border: 1px solid #666666;
}


/* ------------------------------------------------------------------------------------------------- */