@CHARSET "UTF-8";
body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#f1e7b2;
	}
#main{
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	width:799px;
	}
	#top{
		height:100px;
		background:url(../images/intro_top.jpg) no-repeat;
		}
	#right{
		height:514px;
		width:380px;
		background:url(../images/intro_right.jpg) no-repeat ;
		float:right;
	}
	#left{
		height:514px;
		width:419px;
		background:url(../images/intro_left.jpg) no-repeat;
		float:left;
	}
		#left h1{
			margin-top:160px;
			margin-right:10px;
			text-transform:uppercase;
			font-size:1.6em;
			color:#443325;
			}
		#left a{
			text-transform:uppercase;
			margin-right:10px;
			margin-left:20px;
			font-size:0.8em;
			text-decoration:none;
			color:#443325;
			}
	#bottom{
		height:15px;
		background:url(../images/intro_bottom.jpg) no-repeat;
		clear:both;
	}
	#logo{
		text-align:center;
		padding:10px;
	}
	img{
		border:0;
	}