body {	margin:0;	padding:0;	background:url("/2016/09/01/IMG_9733.jpg");	background-size:contain;	background-repeat:no-repeat;	overflow:scroll;}

#container {	width:80%;	text-align:center;	margin: 10% auto;	padding:10px;}

#box { 		background-color:#eee;	border:1px solid black;	width:25%;		text-align:left;	padding:10px; margin:0px;}

p.date { 	font:4em "Lucida Sans", Helvetica,sans-serif;	text-align:center; margin-top:0;}

p.links {	font: .5em "Lucida Sans", Helvetica,sans-serif;	text-align:left;	}a:link {	color: #ff6633;	font-family: "Lucida Sans", "Helvetica",sans-serif;	font-weight:normal;	text-decoration: none;}        a:visited {color:#f63;}  a:hover {	border: 1px dotted #999;     border-width: 1px;	color: #ff6633;	background: #000;     text-decoration: none;}a:active {color:#0000FF;} 