@charset "utf-8";

html, body {
	height:100%;
}
html, body, div {
	height: 100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#box1 {
width:100%;
height:100%;
text-align:center;
padding:0;
border:0;
}

#box2 {
background:url(images/layout/introback2.gif);
width:800px;
height:500px;
padding:0;
border-bottom:#333333 thick solid;
border-right:#333333 thick solid;
}

#container {
	width:100%;
}
#pic {
height:auto;

}
