

BODY {font-family:"Arial"; font-size:14;margin:0px;padding:10px;text-align:center;min-width:200px;}



FORM {margin:0;padding:0;}

#centerwrapper {text-align:center;width:1000px;margin-left:auto;margin-right:auto;}
body
{
background-image:url('../images/BURGUNDY_BACKGROUND_CANVAS-1000x1127.jpg');
background-size:100% 100%;
background-repeat:no-repeat;
background-attachment:fixed;
}


h1 { font-size: 30px; color: white; text-shadow:1px 1px #000000;
}


h2 {
  font-size:24px; color:white; text-shadow:1px 1px #000000;
}

h3 {
  font-size:20px; color:white;
}
p {
	font-family:"Arial"; font-size:18px; color: white;
 text-shadow:2px 2px 1px #000000;
}




 
  a:link {
    text-decoration: none;color:#ffffff;
}

a:visited {
    text-decoration: none;color:#ffffff;
}

a:hover {
    text-decoration: underline;#000000;
}

a:active {
    text-decoration: none;color:#ffffff;
} 


img {
	max-width:570px;
	margin:10px 0;
}                                             

@media screen and (min-width:1200px){
	img {
		max-width:1000px;
	}
	
	#container{
		width:1100px;
	}  
	


@media screen and (max-width:767px){  
	img {
    	max-width:305px;
	}
	
	#container{
		width:320px;
	} 
	
                          
	

