﻿html,body {		
		height:100%;
		margin:0;
		padding:0;
		background-image:url(../images/mainbg.png); }
		
	body {
		text-align:center;
		min-width:360px;
		min-height:210px;}
		
	div#vertical {
		float:left;
		height:50%;
		margin-top:-105px;/* half vertical height*/
		width:100%;}

    div#verticaltwo {
		float:left;
		height:50%;
		margin-top:-115px;/* half vertical height*/
		width:100%;}

	div#horizontal {
		width:360px;
		margin-left:auto;
		margin-right:auto;
		height:210px;
		text-align:left;
		clear:both;}
		
	div#notice_container {
	    position:relative;
	    width:360px;
	    height:210px;
	    background-image:url(../images/access_1.png);} 

	div#supply_container {
	    position:relative;
	    width:360px;
	    height:210px;
	    background-image:url(../images/supply_1.png);} 
	
	div#genericerror_container {
	    position:relative;
	    width:360px;
	    height:210px;
	    background-image:url(../images/generic_error.png);} 

	div#filenotfound_container {
	    position:relative;
	    width:360px;
	    height:210px;
	    background-image:url(../images/filenotfound.png);}
	    
	div#accessdenied_container {
	    position:relative;
	    width:360px;
	    height:210px;
	    background-image:url(../images/access_denied.png);}
	    
	div#pdfupload_container {
	    position:relative;
	    width:360px;
	    height:230px;
	    background-image:url(../images/error_message_pdfupload.png);}        
	        
	div#notice_email {
	    position:absolute;
	    top:157px;
	    left:11px;
	    width:337px;
	    text-align:center; } 
	    
	a.textlink:link, a.textlink:visited	{
		color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		text-decoration:none;
		line-height:25px;
		border-bottom:1px dotted #000000; }
		
	a.textlink:hover {
		color:#000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		border-bottom:1px solid #000000; 
		text-decoration:none;}
	
	.text12px {
		color:#000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height:16px;
		font-weight: normal;}	
		
		
		
		       	
