/* CSS Document */
body {
	background-color: rgb(185, 227, 243);
}

h3 {
/*	font-size:25px; */
	margin: 0;
}
div#main {
	text-align:center;
}

div#logo {
	float : left;
	background-image: url(cardoklogo100x100.png);
	background-repeat: no-repeat;
	height :100px;
	width :100px;
}

div#spacer {
	height:0px;
}

div#tagline {
	height:100px;
	line-height:100px;
/*	text-align:left; */
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	min-width: 400px;
}


div#top {
	height:100px;
}

div#cardholder {
    background-image:  url(col_card.png);
    background-repeat: no-repeat;
	height: 251px;
	width: 400px;
	margin: auto;
	margin-top: 80px;
	border-radius: 20px;
	box-shadow: 5px 5px 15px;
}
div#codebox {
	font-family:"Courier New", Courier, monospace;
	font-size: 20px;
    position: relative;
   	height: 30px;
    width: 300px;
    left: 50px;
    top: 30px;
	background-color:white
}
div#datebox {
	font-family:"Courier New", Courier, monospace;
    position: relative;
   	height: 50px;
    width: 200px;
    left: 150px;
    top: 120px;
	background-color:white
}
div#datebox h2{
	margin: 0;
	font-size: 20px;
}

div#datebox p{
	margin:0;
}
#tagline span {
	font-family: Tahoma, Geneva, sans-serif;
/*	text-shadow: 5px 5px 15px #333; */
}
div#footer{
	font-family:Verdana, Geneva, sans-serif;
	min-width: 400px; 
	margin: auto;
	margin-top:50px;
}
.spacer{
padding:50px;	
}