/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 6, 2016, 2:39:14 PM
    Author     : Zeaton
*/

body{
     font-family: "Palatino", Arial, sans-serif;
     background-color:#131339;
}
img{
    padding: 10px;
    
}

table{
   margin:0 auto 0 auto;
   
}

#main{
    margin:0 auto 0 auto;
    width:80%;
    height:100%;
    background-color:white;
    padding-left: 10px;
    padding-top: 5px;
}
#mainImages{
    margin:0 auto 0 auto;
    width:80%;
    background-color:white;
}