
/*reset */
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* general */
.clear {
	clear:both;
}

body {
	background:url(../img/bg_1.png) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000;
}

h2 {
	font-size:20px;
	line-height:22px;
	padding:30px 20px 10px 20px;
}
h3 {
	font-size:18px;
	line-height:22px;
	padding:20px 20px 10px 20px;
}
p {
	font-size:14px;
	line-height:20px;
	padding:10px 20px;
	word-wrap:break-word;
}

a {
	color:#000;
}
a:hover {
	color:#666;
}

img {
	max-width:100%;
}

.container {
	background:#fff;
	background:rgba(255,255,255,0.9);
	width:680px;
	margin:0 auto;
	padding:30px 0 0 0;
	max-width:100%;
	box-shadow:0 4px 15px rgba(0,0,0,0.2);
}
.container ul {
	list-style: disc;
	margin: 0 0 10px 40px;
}
.container ul li {
	font-size:14px;
	line-height:20px;
	padding:10px 10px;
}

#logo {
	background:#333;
	background:rgba(0,0,0,0.5);
	text-align:center;
	padding:0 10px;
}

#footer {
	padding:30px 15px 10px 20px;
}
#footerLeft {
	float:left;
	width:50%;
	text-align:left;
	padding-top:23px;
}
#footerRight {
	float:right;
	width:50%;
	text-align:right;
}

.screenshot_list {
	margin:0 15px;
	text-align:center;
}
.screenshot_list li {
	display:inline-block;
	margin:0 2px 5px 2px;
}