@charset "UTF-8";
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;
}

@font-face { font-family: 'LoveloBlack'; src: url('webfont/LoveloBlack.eot?#iefix') format('embedded-opentype'), url('webfont/LoveloBlack.otf') format('opentype'), url('webfont/LoveloBlack.woff') format('woff'), url('webfont/LoveloBlack.ttf') format('truetype'), url('webfont/LoveloBlack.svg#LoveloBlack') format('svg'); font-weight: normal; font-style: normal; }
html {100%;}
body { background: #000; text-align:center; height:100%}
#wrapper {
	width: 300px; 
	min-height:100%;
	margin-left:auto; 
	margin-right:auto;
	font-family: 'LoveloBlack', sans-serif;
	text-decoration:none; 
	color:#fff; 
	text-transform:uppercase; 
	font-size:35px;  
	text-align:center;
	padding-top:0;
	background:url(../img/black-35-trans.png); 
}
#main {padding-top:100%;}
#text {font-size:20px; padding-left:20px; padding-right:20px; padding-top:20px; opacity:0.5;}
#link1 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:10px;
	color:#fff;
	opacity:0.5;
	margin-top:20px;
}
#link1 a {
	font-size:10px;
	color:#fff;
	opacity:0.5;
	text-decoration:none;
}
#link {margin-top: 40px;}
#link li {list-style:none; margin:0; padding-left:0;}
#link li a {
	display:block; 
	width:300px; 
	height:20px; 
	background:url(../img/black-15-trans.png); 
	color:#666; 
	text-decoration:none; 
	text-transform:none;
	font-size:12px; 
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding-top:10px;
	margin-bottom:2px;
	vertical-align:middle;
}

#link li a:hover {
	background:url(../img/black-50-trans.png); 
	color:#ccc;
}