*{
	font-family: Arial, "sans serif";
	}
	
body{
	background-image:url("../img/VA_bkg.jpg");
	background-repeat: repeat;
	overflow:scroll;
	}
#container{
	width: 100%;
	height:100%;
	position: absolute;
	padding:0px;
	margin:0px auto;
	}
#header{
	margin: 0px auto;
	width: 50%;
	top:10x;
	position:relative;
	display: block;
	color:#fff;	
	font-size:12px;
 }
 
#main{
	/*background-image:url("../img/bkg.jpg");*/
	margin: 0px auto;
	position: relative;
	top:20px;
	width:80%	;
	/*height:relative;*/
	opacity: 0.9;
	display:hidden;
	color:#fff;	
	font-size:14px;
	font-style: bold;	
	}

#imgGrid{
	display:grid;
	margin:2px 2px 2px 2px;
    float:left;
    width:164px;
    height:230px;
    text-align:center;
	}
	