img {
	border:none;
}

form {
	margin: 0px;
}

table, tr, td
{
	border: 0px;
	border-collapse:collapse;
}

/*************************************************** BODY **********************************************************/
body {
	margin: 0px 0px 0px 0px;
	font-family: Arial,Helvetica,sans-serif;
	background: transparent url(../img/body_bg.gif) repeat;
}

/*********************************************** TOP_CONTAINER *****************************************************/
#top_container {
	font-size: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 8px;
	background: transparent url(../img/line_top.png);
}

/************************************************ CONTAINER *******************************************************/
#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background: transparent url(../img/line.png) repeat-y;
	position: relative;
}

/******************************************** BOTTOM_CONTAINER ****************************************************/
#bottom_container {
	font-size: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 10px;
	background: transparent url(../img/line_bottom.png);
}

/************************************************ REFERENCE ******************************************************/
#reference {
	position: absolute;
	left: 42px;
	bottom: 5px;
}