@charset "utf-8";
/* Reset CSS */
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 {
	margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none;}
body {line-height:1.2;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';	content:none;}

:focus {outline: 0;}

ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse:collapse; border-spacing:0;}
td { vertical-align:top;}
input { margin:1px 0 1px 0;}
html* input { margin:0;} /*only for IE*/

.clear { clear: both; }
/* End of Reset CSS **********************************************************/

html { height:100%; }
body { width:100%; min-width:400px; height:100%; background:#444444; }
body { font-family: Arial, Helvetica, sans-serif; font-size:9px; color:#9999a3; }

#container { width:400px; margin-left:auto; margin-right:auto; }
#space { width:10px; float:left; height:270px; overflow:hidden; }

#footer { clear:both; width:400px; margin-top:15px; margin-left:60px; padding:0; }
#footer a { padding:0; color:#9999a3; text-decoration:none; }
#footer a:hover { color:#000;}
#footer a img {}

.subtitle { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF; font-weight:bold; }
 
div#content { width: 400px; height: 240px; overflow: hidden; margin-top:150px; }
div#content.loading { background: url(../images/spinner.gif) no-repeat center center; }

