/* CSS Document */

body,td,th {
	color: #FFFFFF;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
}


#wrap {
	text-align:center;
	width:640px;
	margin:0 auto;
	}
	
.magnets a {
	display:block;
	width: 157px;
	height:45px;
	background: url("/images/magnets.gif") 0 0 no-repeat;
	text-decoration: none;
	}

.magnets a:hover { 
	background-position: 0 -45px;
	}
	
.deskframes a {
	display:block;
	width: 157px;
	height:45px;
	background: url("/images/deskframes.gif") 0 0 no-repeat;
	text-decoration: none;
	}

.deskframes a:hover { 
	background-position: 0 -45px;
	}
	
.mugspewter a {
	display:block;
	width: 157px;
	height:45px;
	background: url("/images/mugspewter.gif") 0 0 no-repeat;
	text-decoration: none;
	}

.mugspewter a:hover { 
	background-position: 0 -45px;
	}

.framedart a {
	display:block;
	width: 157px;
	height:45px;
	background: url("/images/framedart.gif") 0 0 no-repeat;
	text-decoration: none;
	}

.framedart a:hover { 
	background-position: 0 -45px;
	}

a {
	color: #FFFFCC;
}
a:visited {
	color: #FFFFCC;
}
a:hover {
	color: #FFFF66;
	text-decoration: none;
}
