
body {
	background-color: #000;
	text-align: center;
	margin: 20px 0 0
	}

#wrapper {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 700px
	}

img {
	border: 0
	}

.link_box {
	text-align: center;
	display: block;
	margin: 20px auto;
	position: relative;
	width: 337px
	}

.cover_image {
	text-align: center;
	display: inline;
	width: 100%;
	height: 426px
	}

.cover_image a {
	display: block;
	position: relative;
	width: 337px;
	height: 426px
	}

.cover_image a .rollover {
	background: url("../graphics/crossing_borders_over.jpg");
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 337px;
	height: 430px
	}

a, a:link, a:active, a:visited {
	color: #fff;
	font-size: 0.8em;
	font-family: Geneva;
	text-decoration: none;
	text-align: center
	}

a:hover {
	color: #fff;
	text-decoration: none
	}

p {
	margin-top: 25px
	}

