@charset "utf-8";

body {
	background-color:#000000;
}


#container1 {
    min-width:770px;
    max-width:900px;
	margin: 0 auto;
	/*border:1px solid #000; 
	border-radius:10px 10px 10px 10px; */
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	text-align: left;
}


#container2 {
    min-width:750px;
    max-width:1000px;
	margin: 0 auto;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}

#menu {display : none;
}


#footer {
	display : none;
	font-family:"Times New Roman", Times, serif;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /*  forces the .container to understand where the columns end and contain them */
	overflow:hidden; /*remove white space below footer */
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
    display: block;
    width: 99%;
    height: auto;
	border:solid;
	border-width:thin;
	page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
}


tr td img {
	width: 400px;
}
