
* {
	margin: 0 auto;
}

body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background:url(../images/bg1.gif) repeat;
	color: #fff;
	width: 892px;
	position:relative;
}

#alert {
	width: 869px;
	text-align: center;
}

#alert a {
	color: #ff5e5e;
	text-decoration: none;
}

div, object, applet {
	float: left;
	position: relative;
	background: #111;
	border: 1px dashed #303030;
	margin: 7px 0 0 7px;
	padding: 7px;
}

img {
	border:0;
}

p span {
	font-size: 12px;
	display: block;
	margin-bottom: 11px;
	cursor:pointer;
}

p {
	background: #111;
	position: absolute;
	bottom: 0;
	width: 192px;
	padding: 5px 3px 0 5px;
	font-size: 10px;
	height: 0;
	overflow:hidden;
}

p a, #footer a {
	color: #ff5e5e;
	text-decoration: none;
}

p img {
	border: 0;
	margin: 12px 3px 0 3px;
	padding: 0;
	float: right;
}

#footer, #nav {
	background: #111;
	font-size: 10px;
	position: relative;
	color: #111;
	width: 869px;
	margin: 7px 7px 0 7px;
	padding: 7px;
	text-align: center;
	border: 1px dashed #303030;
}

#ad  {
    background: #111;
	font-size: 10px;
	color: #111;
	width: 869px;
	height: 100px;
	margin: 7px 7px 0px 7px;
	padding: 7px;
	text-align: center;
	border: 1px dashed #303030;
}

#spacer  {
    background: #111;
	font-size: 10px;
	color: #111;
	width: 869px;
	height: 50px;
	margin: 0px 7px 0px 7px;
	padding: 7px;
	text-align: center;
	border: 1px dashed #303030;
}

#footer {
	height: 12px;
	overflow: hidden;
}

#footer img {
	overflow: hidden;
	vertical-align: top;
	position: relative;
	top: -3px;
}

i {
	color: #242424;
	padding: 5px;
	font-size:10px;
}

#add {
	display: none;
	position: fixed;
	background: #111;
	border-top: 10px solid #c70b0b;
	border-bottom: 10px solid #c70b0b;
	width: 100%;
	z-index: 9;
	padding: 10px;
	top: 150px;
	left: 0;
}

center {
	font-size: 24px;
}

ins {
	text-decoration: none;
}

