body{
background: black url(../images/ccgStarterDeck/background.jpg) top center no-repeat;
}

#wrapper{
margin:0 auto;
padding:0 0 0 0;
width:900px;
height:auto;
}

#content{
width:900px;
height:430px;
margin:0;
padding:0;
/*background: url(../images/ccgMenu/menuBG_800x270.png) center bottom no-repeat;*/
}

h1.ccgTitle{
margin:0 0 0 15px;
padding:20px 0 0 0;
font-size: 44px;
color: #ffff00;
font-family: 'grinched', Arial, Helvetica, Verdana, sans-serif;
}

a#ulcShield{
float:right;
display: block;
width:230px;
height:239px;
padding:0;
margin:50px 175px 0 0;
background: url(../images/ccgMenu/ulcShield_230x239.png) no-repeat;
}

/* menu options */
ul#menu{
float:left;
margin:30px 0 0 15px;
padding:0;
width:300px;
height:auto;
list-style: none;
float:left;
}

ul#menu li{
margin:0 0 0px 0;
padding:0;
}

ul#menu a{
display: block;
margin-top:-20px;
padding:12px 0 0 52px;
color:#ffff00;
font-size:2.8em;
font-family: 'grinched', Arial, Helvetica, Verdana, sans-serif;
}

a.play{
width:319px;
height:59px;
background: url(../images/ccgMenu/playGame.png) no-repeat;
}

a.play:hover{
	background: url(../images/ccgMenu/playGameHover.png) no-repeat;
}

a.manage{
width:319px;
height:59px;
background: url(../images/ccgMenu/deckManager.png) no-repeat;
}

a.manage:hover{
background: url(../images/ccgMenu/deckManagerHover.png) no-repeat;
}

a.custom{
width:319px;
height:59px;
background: url(../images/ccgMenu/cardCreator.png) no-repeat;
}

a.custom:hover{
background: url(../images/ccgMenu/cardCreatorHover.png) no-repeat;
}
	
a.standings{
width:321px;
margin-top: -18px !important;
margin-bottom: 5px !important;
background: url(../images/ccgMenu/ulc.png) no-repeat;
height:44px !important;
padding: 15px 0 0 48px !important;
}

a.standings:hover{
background: url(../images/ccgMenu/ulcHover.png) no-repeat;
}

a.tutorial{
width:319px;
height:59px;
margin-top: -5px !important;
background: url(../images/ccgMenu/howTo.png) no-repeat;

color:#B06A12 !important;
}

a.tutorial:hover{
background: url(../images/ccgMenu/howToHover.png) no-repeat;
}

a.glossary{
width:319px;
height:59px;
background: url(../images/ccgMenu/gameInfo.png) no-repeat;
color:#B06A12 !important;
}

a.glossary:hover{
background: url(../images/ccgMenu/gameInfoHover.png) no-repeat;
}

a.mall{
margin-top: -17px !important;
color:#63C0EC !important;
width:321px;
background: url(../images/ccgMenu/moreCard.png) no-repeat;
height:59px !important;
padding: 10px 0 0 48px !important;
}

a.mall:hover{
background: url(../images/ccgMenu/moreCardHover.png) no-repeat;
}

a.report{
margin-left: 35px;
color:#ffff00 !important;
font-size: 1.1em;
font-family: Arial, Helvetica, Verdana, sans-serif;
}


a#postIt  {
background:url("../images/ccgMenu/postIt_210x208.png") no-repeat scroll 0 0 transparent;
display:block;
float:right;
height:208px;
margin:50px 90px 0 0;
padding:0;
width:210px;
}

