* {
	margin : 0;
	padding : 0;
}
body {
	background : #000;
}
img {
	border : none;
}
#loading { 
	padding : 200px 0 0 0;
	width : 314px;
	height : 132px;
	/*background : url(/images/loading-bkd.png) bottom center no-repeat;*/
	margin : 0 auto;
}
#loading .load-msg {
	font-size : 12pt;
	font-family : Georgia, "Times New Roman", Serif;
	color : #b83005;
	font-weight : bold;
	font-style : italic;
	margin : 50px 0 0 0;
	text-align : center;
}
#top {
	background : transparent url(/images/top-bkd-new.png) repeat-x top center;
}
#main {
	background : transparent url(/images/main-bkd-new.jpg) no-repeat top center;
	width : 1200px;
	height : 800px;
	margin : 0 auto;
}
#main .top {
	padding : 20px 0 0 0;
}
#main .top .logo {
	width : 414px;
	margin : 0 auto;
	position : relative;
	left : -200px;
}
#main .top .prompt {
	width : 314px;
	margin : -100px auto 0 auto;
}
#main .frame {
	width : 819px;
	margin : -30px auto 0 auto;
	display : none;
	position : relative;
	z-index : 20;
}
#main .frame .top {
	height : 63px;
	background : transparent url(/images/main-frame-top-bkd.png) bottom center no-repeat !important;
}
#main .frame .middle {
	background : transparent url(/images/main-frame-middle-bkd.png) top center repeat-y !important;
	padding : 20px 90px;
	text-align : center;
	width : 639px;
}
#main .frame .middle .msg {
	color : #999;
	font-family : Georgia, "Times New Roman", Serif;
	font-size : 14px;
	font-weight : bold;
	margin : -10px 0 5px 0;
}
#main .frame .middle .tag {
	color : #333;
	display : inline;
	text-transform : lowercase;
	width : auto !important;
	font-size : 24px;
	height : 30px;
	font-family : Georgia, "Times New Roman", Serif;
	font-weight : bold;
	font-style : italic;
	margin : 10px 20px;
	cursor : pointer;
}
#main .frame .middle .headline {
	font-family : Georgia, "Times New Roman", Serif;
	font-size : 14px;
	color : #555;
	font-weight : bold;
	font-style : italic;
	padding : 0 0 10px 0;
	border-bottom : 1px dotted #ddd;
	margin : -10px 0 5px 0;
	display : block;
}
#main .frame .middle h3 {
	font-family : Georgia, "Times New Roman", Serif;
	font-size : 22px;
	color : #333;
	margin : 0 2px 0 1px;
	font-weight : bold;
	font-style : italic;
	display : inline;
	position : relative;
	top : 1px;
}
#main .frame .middle .taggers {
	float : none;
	clear : both;
	height : 440px;
	position : relative;
	overflow-y : auto;
}
#main .frame .middle .back {
	text-align : center;
	font-family : Georgia, "Times New Roman", Serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	float : none;
	clear : both;
}
#main .frame .middle .back a {
	color : #333;
}
#main .frame .middle .taggers .tagger {
	float : left;
	width : 125px;
	margin : 15px;
	height : 220px;
}
#main .frame .middle .taggers .tagger .pic {
	padding : 0 0 10px 0;
}
#main .frame .middle .taggers .tagger .name{
	font-family : Georgia, "Times New Roman", Serif;
	font-size : 12px;
	font-weight : bold;
	color : #333;
	text-align : center;
}
#main .frame .bottom {
	height : 76px;
	background : transparent url(/images/main-frame-bottom-bkd.png) top center no-repeat !important;
}
#main .link {
	text-align : center;
	margin : -10px 0 0 0;
}
#main .link img {
	width : 269px;
	height : 74px;
}
#footer {
	background : #000;
	padding : 20px 0;
	text-align : center;
}