body 
{
    background-image: url("../img/bg.jpg");
	background-color: #181818;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
	font-family: Tahoma;
	font-size: 1em;
  	color: #ca511d;
}

body, html {
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
}

IMG.displayed 
{
    display: block;
    margin-left: auto;
}

/* Vertical centering: make div as large as viewport and use table layout */
 div.container {top: 0; left: 0; width: 100%; height: 100%;
    position: absolute; display: table;}
 
 p {display: table-cell; vertical-align: top}
 a {vertical-align: top font-family: Tahoma; font-size: 1em; color: #ca511d; font-weight: bold; text-decoration: none;}
 a:hover {color: #6d6e70;}

  /* Horizontal centering of image: set left & right margins to 'auto' */
 img.displayed2 {display: block; margin: auto; width: 300px; margin-left: 200;}
