﻿body { background-image: url('../images/logo.png'); background-repeat: no-repeat; background-position: 200px 40px; background-color: black; }
#content { margin-top: 250px; }

#deckContainer { min-height: 600px; text-align: center; }
#deckContainer .cardDeckRow span { margin: 12px; }

.card { text-align: center; display: inline-block; width:110px; height:120px; }
.card img { width:110px; height:120px; box-shadow: 0px 2px 1px #d0d0d0; border-radius: 4px; }

.customcolor { background-image: linear-gradient(to bottom,#000000 0,#ffffff 100%); background-repeat: repeat-x; }