@import url(styles.css);
@import url(boxen.css);

html
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFF;
	text-align: left;
}

*
{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#wrap
{
	position: relative;
	width: 997px;
	margin-left: -498px;
	top: 35px;
	padding-left: 50%;
	float:left;
}

.border_white { border: solid 1px #d6d6d6; }


#box_flash
{

}

