/*
css da loco
*/
body{
	font-family: sans-serif;
	background-attachment:fixed;
	background-image:url('http://media.AdnanAlliance.org/images/bgi/simple_bgi_background.png');
	margin:55px;
	margin-left:77px;
	
}
.theme-bgi-corner-lt{
	position: absolute;
	left: 22px;
	top: 0px;
	width:65px;
	height:65px;
	background-image:url('http://media.AdnanAlliance.org/images/bgi/simple_bgi_lt.png');
}
.theme-bgi-corner-rt{
	position: absolute;
	right: 0px;
	top: 0px;
	width:65px;
	height:65px;
	background-image:url('http://media.AdnanAlliance.org/images/bgi/simple_bgi_rt.png');
}
.theme-bgi-corner-lb{
	position: absolute;
	left: -43px;
	bottom: -100px;
	width:65px;
	height:100px;
	background-image:url('http://media.AdnanAlliance.org/images/bgi/simple_bgi_lb.png');
}
.theme-bgi-corner-rb{
	position: absolute;
	right: -65px;
	bottom: -100px;
	width:65px;
	height:100px;
	background-image:url('http://media.AdnanAlliance.org/images/bgi/simple_bgi_rb.png');
}
.theme-bgi-corner-top{
	position: absolute;
	top:0px;
	right: 65px;
	left: 65px;
	height:65px;
	background-image:url('http://media.AdnanAlliance.org/images/bgi/simple_bgi_top.png');
}
.theme-bgi-corner-bottom{
	position: absolute;
	bottom:-100px;
	right: 0px;
	left: 0px;
	height:100px;
	background-image:url('http://media.AdnanAlliance.org/images/bgi/simple_bgi_bottom.png');
}
.theme-bgi-corner-left{
	position: absolute;
	top:0px;
	bottom: 0px;
	left: -43px;
	width:65px;
	background-image:url('http://media.AdnanAlliance.org/images/bgi/simple_bgi_left.png');
}
.theme-bgi-corner-right{
	position: absolute;
	top:0px;
	bottom: 0px;
	right: -65px;
	width:65px;
	background-image:url('http://media.AdnanAlliance.org/images/bgi/simple_bgi_right.png');
}
.theme-bgi-corner-center{
	position: absolute;
	top:65px;
	right: 65px;
	left:65px;
	padding-left:32px;
	min-height:90%;
	background-color: white;
}

.theme-bgi-corner-skirt{
	position: absolute;
	bottom:-600px;
	right: -65px;
	left:-43px;
	height:550px;
	background-color:#4a4a4a;
	
}
.table-default{
	width:100%;
	border: 1px dotted black
}
