/* This stylesheet was designed for portal pages dominated by a single large image, by Adam Werle. */
/* last updated October 2014 */

/* Page structure */
/* body > div#container > header, div#main, footer */
/* header > nav */
/* div#main > a > img */

/* Main layout */
/* Treat the new HTML5 organizational elements, as well as all divs, as block-level. */

article, aside, div, footer, header, nav, section {display: block;}

div#container	{width: 100%; max-width: 1280px; height: 100%;}
div#main	{width: 100%; max-width: 1280px; height: 100%;}
div#main img	{width: 100%; height: 100%}
header		{width: 100%; max-width: 1280px; height: 2em;}
footer		{width: 100%; max-width: 1280px; height: 2em;}
table		{width: 80%; height: 2em;}
td		{height: 2em;}

div#container	{margin: auto; padding: 0;}
header		{margin: auto; padding: 0;}
footer		{margin: auto; padding: 0;}
table		{margin: auto; padding: 0;}

/* Fixed header and footer */

div#main	{margin:0; padding: 0 0 0 0;}
header		{position: fixed; top: 2em;}
footer		{position: fixed; bottom: 2em;}

/* Table layout */

table		{table-layout: fixed; border: 0; border-collapse: collapse;}
td		{margin: 0; border: 0; padding: 0;}

/* Background */


/* Colors */

body		{background-color: black;}
header td	{background-color: black;}
body		{color: white;}
a		{color: white;}

/* Text and fonts */

body		{font-family: Arial, sans-serif;}
body		{font-size: medium;}
body		{text-align: center;}

/* Navigation links */

a		{font-weight: bold; outline: none; text-decoration: none;}
a img		{outline: none; border: 0;}
td a		{display: block;}
