  body
                   {
                       background-color: white;
                       font-family:      'Helvetica Neue', Helvetica, Arial, sans-serif;
                       font-size:        12px;
		       margin: 		 0 !important;
                   }

                   a
                   {
                       color:            white;
                   }

                   div.ContentCentered
                   {
                      // background-color: #286AAD;
                       position:         absolute;
                       top:              120%;
                       left:             50%;
                      // margin-top:       -300px;
                       margin-left:      -265px;
                       padding-top:      30px;
                       width:            530px;
                       height:           500px;
                      // border:           1px solid grey;
                       border-top-right-radius:    45px;
                       border-top-left-radius:    45px;
                   }

                   div.OptionLeft
                   {
                       background-color: #286AAD;
                       position:         absolute;
                       left:             0px;
                       margin-top:       52px;
		       color:		 white;
                       width:            255px;
                       height:           40px;
                     //  border:           1px solid grey;

                       text-align:       center;
                       font-size:        28px;
                       font-weight:      bold;
                       border-bottom-left-radius:    40px;
                   }

                   div.OptionRight
                   {
                       background-color: #286AAD;
                       position:         absolute;

                       margin-top:       52px;
                       right:            0px;
		       color:		 white;
                       width:            255px;
                       height:           40px;
                    //   border:           1px solid grey;

                       text-align:       center;
                       font-size:        28px;
                       font-weight:      bold;

                       border-bottom-right-radius:    40px;
                   }

                   div.Bubble
                   {
                       background:       url('bubbleRight.png') no-repeat;
                       width:            220px;
                       height:           100px;
                       padding:          65px 40px 40px 40px;
                       text-align:       center;
                       font-size:        19px;
                       font-weight:      bold;
                       color:            black;
                   }

                   div.Footer
                   {
                       position:         absolute;
                       bottom:           10px;
                   }

                   .Center
                   {
                       margin:           0px auto;
                   }

                   #Header {
                       left: 0px;
		       background:white;
                   }

                   #Header #Logo {
                       position: absolute;
                       background-image:  url(BeconLogoFull.png);
                       background-repeat: no-repeat;
			background-color: white;
                       top:               16px;
		       width:		  270px;
                       right:             53px;
                   //    width:             244px;
                   //    height:            67px;
                   }
