<!--
    Thomas Heissenberger
    Rochester Institute of Technology
    trh8614@rit.edu

    Wisner and Wisner LLP
-->

<!-- just a simple wrapper container -->

body{
    display: block;
}

div {}

div.ticketholder{
}

img.rightticket{
    position: fixed;
    width: 50%;
    float: right;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: -1;
    <!-- applies css gradient top - mid, and bot - mid -->
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  


}

img.leftticket{
    position: fixed;
    width: 50%;
    float: left;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    <!-- applies css gradient top - mid, and bot - mid -->
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  
    
}
div.letter {
    
    width: 66%;
    
    margin:0px auto;
    margin-top: 5%;
    margin-bottom: 5%;
    height: auto;
    min-height: 400px;
    background-color: rgba(255,255,255,.85);
	-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:
        0 1px 1px rgba(0,0,0,0.15), /* The top layer shadow */
        0 10px 0 -5px #eee, /* The second layer */
        0 10px 1px -4px rgba(0,0,0,0.15), /* The second layer shadow */
        0 20px 0 -10px #eee, /* The third layer */
        0 20px 1px -9px rgba(0,0,0,0.15); /* The third layer shadow */
    -webkit-box-shadow:
        0 1px 1px rgba(0,0,0,0.15), /* The top layer shadow */
        0 10px 0 -5px #eee, /* The second layer */
        0 10px 1px -4px rgba(0,0,0,0.15), /* The second layer shadow */
        0 20px 0 -10px #eee, /* The third layer */
        0 20px 1px -9px rgba(0,0,0,0.15); /* The third layer shadow */
    z-index: 1;
    
    padding: 3em;
    display: block;
        
}

<!-- custom fonts and text stylizers -->
p{ <!-- need parent or errors -->
}
p.harsh
{
    font-family: Dontwalk;
    font-size: 36px;
    font-weight: bold;
    color: black;
    text-shadow: 2px 2px 2px #000000;
    
}

<!-- special list -->
div.list {
    width: 500px;
    margin: 10px
}
 
ol {
    color: #ccc;
    list-style-type: none;
}
 
ol li {
    position: relative;
    font: bold italic 45px/1.5 Helvetica, Verdana, sans-serif;
    color: #6666b9;
    margin-top: 0px;
    margin-bottom: 20px;
}

li.sub {
    font-family: arial;
    font-size: 14px;
    font-weight: 400;
    color: black;
    
}
li p {
    font: Arial;
    font-size: 20px;
    font-weight: 200;
    padding-left: 60px;
    color: #555;
}
 
span {
    position: absolute;
}