body, html {
    height: 100%;
    margin: 0;
}
table {
	margin-left: auto;
	margin-right: auto;
	font-size:1.2em;
}
.bg {
    /* The image used */
    background-image: url("../brjitems/index.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
	width: 50%;
    transform: translate(-50%, -50%);
}

.home {
	position:absolute;
	top:0;
	left:0;
	padding-left:1%;
	padding-top:1%;
	width:4%;
}
.back {
	position:absolute;
	top:70px;
	left:0;
	padding-left:1%;
	width:4%
}

h1{
	text-align: center;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: normal;
	color: #00F;
}
h2 {
	padding: 0 10% 0 10%;
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: normal;
	color: #000;
}

h3{
	padding: 0 10% 0 10%;
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 1.5em;
	color: #000;
}