@charset "UTF-8";
/** style */
/** reset */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }




li { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

ins { text-decoration: none; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

img { vertical-align: bottom; }

:focus { outline: 0; }


#imgContainer img { display: none; position: absolute; }
#top #imgContainer {
	height: 250px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}


#loading { position: absolute; left: 50%; top: 50%; margin-left: -32px; margin-top: -32px; }
