/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* LAYOUT STYLES */
body {
  font-size: 1em;
  line-height: 1.5; 
  background: #333 url(../images/debut_dark.png) 0 0 repeat;
  font-family: 'Helvetica Neue', Helvetica, Arial, serif;
  color: #6d6d6d;
}

.infocard {
    background-color: #fff;
    width: 450px;
    padding: 2em;
    margin: 1em auto;
    border-radius: 6px;
    box-shadow: 0 0 15px #000;
    border: 1px solid #333;
}
.infocard:nth-of-type(1) {
	margin-top: 4em;
}
div.cell {
    display: table-cell;
    vertical-align: top;
}

#mugcell {
    width: 130px;
}

#rocket {
    width: 130px;
    padding: 4px;
}

/* COMMON STYLES */
p {
  margin: 1em 0;;
}
a {
    color: #4183c4;
}

h1 {
  font-size: 1.2em;
  margin: 0 0 0.25em 0;
} 
img.ccicon {
    float: left;
    height:57px;
    margin: 10px 10px 0 0;
    background-color: #C50021;
    border-radius: 6px;  
}
