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 {
	width: 100%;
	height: 100%;
	line-height: 1;
}
body {
    font-family: 'PT Sans', sans-serif;
    
    min-height: 740px;

    background: rgb(215, 215, 215);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(rgb(240, 240, 240)), to(rgb(190, 190, 190)));
    background: -webkit-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background:    -moz-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background:      -o-radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));
    background: gradient(radial, 50% 50%, 0, 50% 50%, 500, from(rgb(240, 240, 240)), to(rgb(190, 190, 190)));
	background:         radial-gradient(rgb(240, 240, 240), rgb(190, 190, 190));

    -webkit-font-smoothing: antialiased;
}

#card {
    display: block;

    width: 90%;
    height: 700px;

    border-radius: 10px;

    background-color: white;

    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .3);

    font-family: 'Open Sans', Arial, sans-serif;

    color: rgb(102, 102, 102);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);

    font-size: 30px;
    line-height: 36px;

    letter-spacing: -1px;
	
	position: relative;
    opacity: 1;
    margin: 20px auto;
}

#c {
	display: block;
	position:absolute;
	top:0px;
	left:0px
	width: 100%;
	height: 100%;
}

.sociallink {
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	margin-right: 20px;
	position: relative;
}

.sociallinkhidden {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#twitter {
	background: url("logos/twitter.jpg");
	background-size: 100%;
}

#plus {
	background: url("logos/googleplus.png");
	background-size: 100%;
}

#facebook {
	background: url("logos/facebook.png");
	background-size: 100%;
}

#blog {
	background: url("logos/wp.png");
	background-size: 100% 100%;
}

#socialbar {
	position: absolute;
	bottom: 1.5em;
	left: 1.5em;
}

#c {
	z-index: 1;
	position: absolute;
}

#getcertlink {
	display: none;
	z-index: 2;
}