@charset "utf-8";
/* CSS Document */

/* GLOBAL */
* { padding: 0; margin: 0; }

body { font-family:"Trebuchet MS" Arial, Helvetica, sans-serif; font-size:16px; color: #fff; line-height: 18px; background-color:#99CC66; }

#wrap { width:1024px; min-height:768px; margin:0 auto; background-image:url(../images/bgContact.jpg); background-repeat:no-repeat; overflow:hidden; }
#wrapHome { width:1024px; min-height:768px; margin:0 auto; background-image:url(../images/bgHome.jpg); background-repeat:no-repeat; overflow:hidden; }
#wrapIntro { width:1024px; min-height:768px; margin:0 auto; background-image:url(../images/bgIntro.jpg); background-repeat:no-repeat; overflow:hidden; }
#wrapPlay { width:1024px; min-height:768px; margin:0 auto; background-image:url(../images/bgPlay.jpg); background-repeat:no-repeat; overflow:hidden; }
#wrapEvents { width:1024px; margin:0 auto; background-image:url(../images/bgEvents.jpg); background-repeat:no-repeat; overflow:hidden; }
#wrapPrices { width:1024px; min-height:768px; margin:0 auto; background-image:url(../images/bgPrices.jpg); background-repeat:no-repeat; overflow:hidden; }
#wrapNews { width:1024px; min-height:768px; margin:0 auto; background-image:url(../images/bgPrices.jpg); background-repeat:no-repeat; overflow:hidden; }
#wrapGifts { width:1024px; min-height:768px; margin:0 auto; background-image:url(../images/bgGifts.jpg); background-repeat:no-repeat; overflow:hidden; }
#wrapContact { width:1024px; min-height:768px; margin:0 auto; background-image:url(../images/bgContact.jpg); background-repeat:no-repeat; overflow:hidden; }
#wrapReviews { width:1024px; min-height:768px; margin:0 auto; background-image:url(../images/bgReviews.jpg); background-repeat:no-repeat; overflow:hidden; font-size:14px; line-height: 14px;}

h1, h2 { color: #222222; }
h1 { font-size: 27px; font-weight: normal; text-transform: uppercase; margin-bottom: 18px; }
h2 { font-size: 15px; margin-bottom: 18px; }
h3 { font-size: 18px; color:#00a1ee; }

p, ul { margin-bottom:18px; }

blockquote { font-weight: bold; padding: 0 100px; }
blockquote p { margin: 0; }
cite { text-align: right; display: block; }

a { color:white; text-decoration:none; }
a:hover { color:#00a1ee; }

