@charset "utf-8";


/*** BROWSER RESET START *******************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*** BROWSER RESET END **********************************************/

body {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #14375c;
  background-image:url('/images/solitaire/scc_playing-card_background.jpg');
  background-position:top center;
  background-repeat:repeat-x;
}

a {
  color: #FF6600;
}

div#header {
    width:750px;
    height:107px;
    display:block;
    background-image:url('/images/solitaire/scc_playing-card_banner.jpg');
    background-position:top center;
    background-repeat:no-repeat;
}

div#wrapper {
    width:750px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.play-area {
  position: relative;
  left: 10px;
  top: 10px;
}

.bunch {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  border: 1px dashed #7F7F7F;
  color: #FFFFFF;
  background: #14375c;
}

.card {
  position: absolute;
  overflow: hidden;
  border: 1px solid #000000;
  color: #000000;
  background: #FFFFFF;
}

#reset-button a {
    position:relative;
    left:197px;
    top:0px;
    display:block;
    height:46px;
    width:155px;
    background-image:url('/images/solitaire/new-game.jpg');
    background-position:top left;
    background-repeat:no-repeat;
}

#reset-button a:hover {
    background-position:top right;   
}
