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;
}

body {
	background-color: #050505;
	background-image: url('bg2.png');
	font-family: ohsnap;
	font-size: 14px;
	text-align: center; /* !!! */
	padding-top: 250px;
}

#parent {
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
	margin: auto;
}  
      
.linkk {  
        width: 20%;  
        height: 24px;  
        border: solid 1px #555;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
        display: inline-block;  
        line-height: 24px;
	background-color: #444;
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.6);
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
}

.linkk:hover {
	border: solid 1px #978;
	background-color: #756;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
}

.linkk:active {
	border: solid 1px #cab;
	background-color: #a89;
	-webkit-transition:0.05s;
	-moz-transition:0.05s;
	-o-transition:0.05s;
}

.blank {
        width: 20%;  
        height: 12px;
	border: solid 1px transparent;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
        display: inline-block;  
        line-height: 24px;
}
	

img {
	margin-right: 5px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.header {  
        width: 20%;  
        height: 12px;  
        border: 0px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
        display: inline-block;  
        line-height: 12px;
	font-size: 12px;
	color: #fff;
}
.header p {
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}

a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #312;
}

a:active {
	text-decoration: none;
	color: #645;
}

p {
	border: 0px;
	color: #fff
	font-size: 28px;
}

