
@font-face {
font-family: 'Fjord One';
src: url("fonts/FjordOne-Regular.otf") format("opentype");
}

body 
{
	color: EEEEEE;
	font-family: 'Fjord One';
	font-size: 16px;
}

#centerBody1
{
    border: #000000 2px solid;
    background: #FFFFFF;    
    position: relative; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    margin-top: 20px;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
}

#centerBody2
{
    border: #000000 2px solid;
    background: #000000;
    background:url('images/minimal-background-pattern.jpg') repeat top left scroll;
    position: relative; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
    margin-right: 6px;
}

#centerBody3
{
    background: #000000;
    background:url('images/minimal-background-pattern.jpg') repeat top left scroll;
    position: relative; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}