/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON */

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

/* CSS RESET END ------------------------------------------------------------ */

/* MAIN SETUP START --------------------------------------------------------- */
html {font-size: 62.5%;}
body {
	background: #1d1d1d url(./img/bg.jpg) repeat-x top;
	text-align: left;
	font-family: Verdana,Arial,Tahoma,Verdana,sans-serif;
	font-size: 14px;
    line-height: 20px;
    color: #fff;
	text-align:center;
}

p { margin: 0 0 7px 0;}

strong { font-weight: bold;}

/* Default links */
a:link, a:visited { color: #5bb95b;}
a:hover, a:active { text-decoration:none;}

#all { max-width: 960px; margin: 0 auto;}

.logo h1 {
	background: url(./img/logo.png) no-repeat;
	height: 64px;
	width: 64px;
	margin: 20px auto 0;
	text-indent: -9999px;
}
.title { font-size: 24px; color: #5bb95b; text-transform: uppercase; margin: 20px 0 25px;}
.big { text-transform: uppercase;}
.thanks { font-weight:bold; font-size: 48px; margin: 30px 0; line-height: 48px;}
.winamp { width: 275px; height: 116px; background: url(./img/winamp.png) no-repeat;}
.winamp {
	-webkit-box-shadow:  0px 12px 100px 10px rgba(0, 0, 0, 1);
    box-shadow:  0px 12px 100px 10px rgba(0, 0, 0, 1);
	position:relative;
}
.winamp span { width: 22px; height: 17px; display:block;
	position:absolute;
	top: 87px;
	left:39px;
	cursor:pointer;
}
.winamp span:hover { border-color: yellow; background: rgba(215, 202, 114, 0.3)}
.wrap { max-width: 960px; margin: 30px auto 0;}
#all .left { float:left; width: 470px;}
#all .right { float:right; width: 470px;}
#all .wrap .left { width: 300px;}
#all .wrap .right { width: 640px;}

.bg { border: 1px solid #444; background: #333; border-radius: 5px; -webkit-border-radius: 5px; margin: 25px 0; padding-bottom: 20px;}

.share { width: 400px; margin: 0 auto; text-align:center; margin-bottom: 10px;}

.first { text-align:right; margin: 20px 0;}
.second { margin: 30px 0; text-align:left;}

.block { float:right; }
.maintext  { clear:both; width: 100%; text-align:justify; padding: 50px 0; color: #cfcfcf;}