body {
    background-color: #2a3845;
    background-image: url('images/paulfestival_tickets_bg.jpg');
    background-repeat:no-repeat;
    background-position:center top; 
    margin:0,0,0,0;
    color: #ffffff;
    font-family: Verdana;

}

div.botright{
    display:block;
    position:fixed;
    bottom:0;
    right:0;
    width:180px;
   
  }
  
  div.botright2{
    display:block;
    position:fixed;
    bottom:0;
    right:0;
    width:210px;
    padding-bottom: 80px;
   
  }
    
  div.botright3{
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    width:410px;
    padding-bottom: 40px;
    padding-left: 40px;
    z-index:400;
   
  }
a:link {
    color: #ffffff;
    text-decoration: underline;
}

a:visited {
    color: #ffffff;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #fff;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}