@charset "UTF-8";
/* CSS Document */

* { padding:0; margin:0; }

.clear {clear:both}

body {background-color:#fafafa;}
img { border:0;  }
a {text-decoration:none}
a:link {color:#999999; text-decoration:none;}
a:visited {color:#999999; text-decoration:none;}
a:hover {color:#fb4f5a; text-decoration:none;}
a:active {color:#fb4f5a; text-decoration:none;}

#image_container_full {
	background:#cfcfcf;
	width:812px; 
	height:520px;
	position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -406px;
    }

.credit {
	font-size: 16px;
	color: #333333;
	font-family: "helvetica neue", sans-serif;
	font-weight: normal;
	line-height: 56px;
	text-align: right;
	padding-left: 20px;
	}