@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
;}

body{
position:relative;
width:946px;
margin:0 auto;
text-align:left;}

#header{
width:100%;
position:relative;
float:left;
}

div#content{
width:100%;
position:relative;
float:left;
/*background:#FFF;*/
background-image: url("/img/panels/tiger/itro_bg.jpg");
}

div#main_left{
width:23%;
position:relative;
float:left;
clear:none;
}


div#main_right{
width:77%;
position:relative;
float:right;
clear:none;
}

div#footer{
width:100%;
position:relative;
float:left;
/*background:#FFF;*/
background-image: url("/img/panels/tiger/con_bg.jpg");
}




