﻿body 
{
	padding:0px; 
    margin:0px;
	height:100%;
	background-color:#03161D;
	background-repeat:repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
}
a{
    color:#FFF;
    text-decoration:underline;
}
a:hover{
    color:#000;
}
#bg_image {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
}
#contents {
    z-index: 1;
    position: absolute;
    width:98%;
}
