@charset "utf-8";
/* CSS Document */

img { border:0; }

a:hover {
	text-decoration:none;
	}

a {
	text-decoration:none;
	}

html{
	height: 100%;
	}
body {
	width:98%;
	overflow:hidden;
	height:100%;
	margin-top: 10px;
	padding: 0;
	font-family:arial;
	font-size:11px;
	background-color: #000000;
	color:white;
	}

#website {
	height:100%;
	overflow:auto;
	width:1023px;
	/*heigth:769px;*/
	margin:0 auto 0 auto;
	padding-top:20px;
	background-image:url("../1001.png");
	background-repeat:no-repeat;
	/*border:1px solid green;*/
	}

#contain_backoffice {
	/*border:1px solid red;*/
	margin:0 auto 0 auto;
	overflow:auto;
	height:90%;
	}

h2 {
	font-size:28px;
	color:#a8c600;
	}

a.link_bo {
	font-size:13px;
	color:#a8c600;
	font-weight:bold;
	text-decoration:none;
	}

a.link_bo:hover {
	color:#FF9900;
	text-decoration:underline;
	}