body {
    background-color: black;
    width: 99%;
    font-family: Verdana;
}

.photoTitle {
    color: gray;
    font-style: italic;
}

.photoTitle a {
	color: gray;
	text-decoration: none;
}

.photoTitle a:hover {
	text-decoration: underline;
}

.copyRights {
    color: gray;
}

.copyRights a {
	color: gray;
	text-decoration: none;
}

.copyRights a:hover {
	text-decoration: underline;
}

.img {
    border: none;
}

#centerwrapper {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#centered {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

a.goMain {
	position: absolute;
	bottom: 0;
	left: 0;
	color: gray;
	text-decoration: none;
	font-size: 8px;
}

a.goMain:hover {
	text-decoration: underline;
}
