
.buttonclass {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #74fff1), color-stop(1, #74fff1) );
	background:-moz-linear-gradient( center top, #74fff1 5%, #74fff1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74fff1', endColorstr='#74fff1');
	background-color:#74fff1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#000000;
	font-family:Trykker;
	font-size:15px;
	font-weight:noral;
	font-style: italic;
	padding:5px 24px;
	text-decoration:none;
}.buttonclass:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #abffea), color-stop(1, #abffea) );
	background:-moz-linear-gradient( center top, #abffea 5%, #abffea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74fff1', endColorstr='#74fff1');
	background-color:#74fff1;
	    color: black;
}.buttonclass:active {
	position:relative;
	top:1px;
	    color: black;
}


.buttonclass:link {
    color: black;
}

.buttonclass:visited {
    color: black;
}






/* This imageless css button was generated by CSSButtonGenerator.com */










html {
	margin:0;
	padding:0;
	background:#2c2c2c;
}


A
{text-decoration:none}


.container {
    width:1184px;
 margin: 0 auto;
}

.rightdiv {

margin: 0 auto;
    position: relative;
    float: right;
    max-width: 350px;
    height: 1000px;

	  /*background:#909090;*/
    
}


.leftdiv {
    float: left;
    max-width: 806px;
    height: 1400px;
	margin-bottom: 10px;
	/*background:#909090;*/
    
}




h1 {
    font-size: 43px;
    line-height: 45px;
    margin-bottom: 12px;
  font-family: 'Vampiro One', cursive;
    font-style: normal;
    font-weight: 400;
    color: #88F7B6;
    margin-top: 10px;
    letter-spacing: 3px;
}


h3 {
    color: #DB4C88;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: Arbutus;
    font-weight: 400;
    margin-top: 36px;
    margin-bottom: 12px;
}


.posters {
   float: right;
}

img {
    float: right;
    display: block;
    margin-bottom: 1em;
}

.introtext {
    margin-bottom: 24px;
}


 a:link {
    color: #6BFFF2;
}

 a:visited {
    text-decoration: underline;
    color: #6BFFF2;
}

 a:hover {
    color: #00FFAE;
}

body {
    text-indent: 0em;
   line-height: 140%;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-family: Trykker;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: none;
    
    
}

#ABBR {
font-variant:small-caps;
letter-spacing:0.1em}


.smallersublisting {
    font-size: 13px;
    line-height: 90%;
    margin-bottom: 24px;
    color: #DBDBDB;
    margin-top: 0px;
}



.italic{ 
  font-style: italic; 
}