body {
	background-color: #000;
	text-align: center;
	}
	
#page {
	width: 100%;
	margin: 0 auto;
	}
	
.links {
	margin: 100px auto 0 auto;
	}
	
.links a {
	text-decoration: none;
	color: #9A9A9A;
	}
	
.links a:hover {
	color: #900000;
	}
	
.link1 {
	font-size: 178px;
	}
	
.link2 {
	font-size: 158px;
	}
	
.displace {
	position: absolute;
	left: -5000px;
	}
	
a.button-photo {
	display: block;
	width: 235px;
	height: 54px;
	text-decoration: none;
	background: url("photo.png");
	background-repeat: no-repeat;
	}

a.button-photo:hover {
	background-position: -135px 0;
	}
	
a.button-web {
	display: block;
	width: 235px;
	height: 54px;
	text-decoration: none;
	background: url("web.png");
	background-repeat: no-repeat;
	background-position: -235px 0;
	}

a.button-web:hover {
	background-position: 0;
	}