/* CSS Document */

body {
   text-align: center;
   min-width: 750px;
   
}


#wrapper{
                position:relative;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                max-width: 750px;
                max-height: 580px;
                /* border: thin dotted #00FF00 */
                
}


p.instruction{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p.copyright{
               color: white;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
