
.intro {
padding: 0px 30px 0px 30px;
font-size: 10pt;
font-family:sans-serif;
color: black;
text-align: left;
letter-spacing: 1px;
}

.introcontainer
{
background-image: url('intro.png');
background-position: 100px -300px;
background-repeat:no-repeat;
background-color:white;

position: absolute;
/*border: 5px solid white; */
height:100%;
width:100%;
min-width: 950px;
/*width: 80%;
min-width: 1200px; */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

