/* -blackbooktalent.com site.css- */

* {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: 0;
}
html, body, table, tr {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
body {
	background: #000000 url(../img/css/bg.gif) repeat-x;
}
tr {
	text-align: center;
}

/* ------------------------------------------------------------------------------------------------- */


a {
	cursor: pointer;
}
a:link {
	color: #616161;
	text-decoration: none;
}
a:visited {
	color: #616161;
	text-decoration: none;
}
a:hover {
	color: #00AEFF;
	text-decoration: none;
}
a:active {
	color: #00AEFF;
}


/* ------------------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------------------- */


#wrap {
	width: 1000px;
	height: 600px;
	margin: 0 auto 0;
}


/* ------------------------------------------------------------------------------------------------- */
	



/* ------------------------------------------------------------------------------------------------- */




/* ------------------------------------------------------------------------------------------------- */

