@charset "UTF-8";

body

	{
	position: relative;
	background-color: #ffffff;
	background-image:url("images/stripe.gif");
	text-align:left
	}
	
	div.container {
	position:relative;
	width:760px;
	height:810px;
	margin:0px auto;
	padding:0px;
	border:2px solid #ff0000;
	background-color:#ffffff;
	overflow: hidden;
	}
	
	div#content
	{
	position:relative;
	left: 17px;
	top: 12px;
	width: 726px;
	height: 410px;
	}
	
	div#logo
	{
	position:relative;
	background-image:url(images/about_image.gif);
	left: 253px;
	top: -25px;
	width: 253px;
	height: 190px;
	}