div#content {
	display:block;
	position: relative;
	margin: 0px auto;
	width:800px;
	height:auto;

}

body {
	margin: 0px auto;
	paddig: 0px;
}

div#footer {
	display:block;
	position:relative;
	width: 730px;
	
}

   a {
    font-family:verdana;
    font-size:9px;
	color:#000000;
	text-decoration:none;
	
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer a.one {
	margin-left:35px;
	margin-right: 150px;
}

div#footer a.two {
	margin-right: 150px;
}



div#footer img {
	display:block;
	position:relative;
	float: left;
	margin-left: 35px;
	margin-right: 15px;
}

div#footer span {
	position: relative;
	width: 710px;
	color: #666666;
	font-size:10px;
}


/* pop up */

div#bg_popup {
	display:block;
	position:relative;
	width: 470px;
	height:280px;
	padding:20px;
	color: #444444;
	background-color: #64eaf6;
	background-image: url(../images/bg_mybip.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;

}

div#cont {
	display:block;
	width:380px;
	padding:5px;
	background-color:#FFFFFF;

}

div#cont textarea {
	width: 380px;
        height:250px;
	font-size:12px;

}


div.one {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

div.two {
	text-align: justify;
	margin-bottom: 10px;

}

div.two em {
	color:#FF0000;
	text-decoration:underline;
	font-style:normal;
	font-weight:bold;
}

div.three {
	text-align: justify;
	margin-bottom: 10px;

}

div.three em {
	color: #009900;
	text-decoration:underline;
	font-style:normal;
	font-weight:bold;
}

div.four {
	text-align: justify;
	margin-bottom: 10px;

}

