/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.Close
{
	clear: both;
}

ul, ol
{
	margin-left: 15px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	background-color: #e2e2d5;
}

#Center
{
	height: 100%;
	width: 100%;
	text-align: center;
}

	div#Wrapper
	{
		position: relative;
		text-align: left;
		width: 927px;
		height: 671px;
		margin: 0 auto;
		overflow: hidden;
		background-color: #fff;
		border: 1px solid #666;
	}
	
/*Text*/
h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: century gothic, arial, helvetica, sans-serif;
	color: #333;
}

p,a, th, td
{
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
}

a:hover
{
	color: #a81314;
}