@charset "utf-8";
/* CSS Document */
body {
margin:0;
padding:0;
background-color:#000000;
background-image:url(images/background.jpg);
background-position: center center;
background-repeat:repeat-y;
	}

a.photo {
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

a.photo:hover {
color:#FF6600;
text-decoration:underline;
}

a.footer {
color:#FFFF00;
text-decoration:none
}

a.footer:hover {
color:#FFFFFF;
text-decoration:underline;
}
