@charset "utf-8";
/* CSS Document */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

html {
overflow-x: hidden;
overflow-y: auto;
}
#ytvid {
display: block;
position: absolute;
top: -2000px;
}
#logo img {
max-width: 90%;
}
#powered{
display: block;
width: 270px;
max-width: 90%;
margin: 0 auto 10px;
height: 18px;
text-align: center;
font: bold 10px/18px Verdana, Geneva, sans-serif;
padding: 3px 20px;
border: 0;
-moz-box-shadow: 0 0 7px 2px #000;
-webkit-box-shadow: 0 0 7px 2px #000;
-khtml-box-shadow: 0 0 7px 2px #000;
box-shadow: 0 0 7px 2px #000;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#powered a {
color: #ccffff;
text-decoration: none;
}
img {
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
.alignleft,
img .alignleft {
display: inline;
float: left;
margin-right: 10px;
}
.alignright,
img .alignrigh {
display: inline;
float: right;
margin-left: 10px;
}
.aligncenter,
img .aligncenter {
display: block;
margin-right: auto !important;
margin-left: auto !important;
clear: both;
}
@media all and (max-width: 810px) {
html { max-width: 810px; overflow: hidden; }
}
@media all and (max-width: 797px) {
html { overflow: auto; }
h1, h2 { font-size: 20px; }
#box { padding: 10px; }
p, ul, ol, li { font-size: 12px }
}