html {
	height: 97%;
}

body {
	background-color: #FFF;
	background-image: url(images/bg_gradient.jpg);
	background-position: 50% 50%;
}

#canvas {
	position: absolute;
	top: 50%;
	left: 0px;
	height: 250px;
	width: 100%;
	margin-top: -125px;
	overflow: visible;
}

#logo {
	position: absolute;
	top: -96px;
	left: 10px;
	height: 95px;
	width: 320px;
	z-index: 1000;
}


#images {
	border-collapse: collapse;
	border: 0px;
}

td.image {
	position: relative;
	font: normal 10px tahoma, arial, helvetica, sans-serif;
	background-image: url(images/box-left.gif);
	background-repeat: no-repeat;
	height: 275px;
}

td.next {
	font: normal 45px tahoma, arial, helvetica, sans-serif;
	vertical-align: middle;
}

td.next a {
	text-decoration: none;
	color: #E2006E;
}

.image a {
	margin-top: -1px;
	margin-right: -1px;
	padding-top: 35px;
	padding-left: 55px;
	display: block;
	height: 240px;
	padding-right: 55px;
	background-image: url(images/box-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
}

.image span {
}
.image img {
	border: 0px;
}



td.mine a { color: #E2006E; }


#info {
	position: absolute;
	width: 550px;
	bottom: 20px;
	left: 10px;
}

#info p {
	color: #655E3E;
	font: 10px arial, helvetica, sans-serif;
	margin: 3px;
}

#info a {
	color: #E2006E;
	text-decoration: none;
}

#info a:hover {
	color: #A00;
	text-decoration: underline;
}