*
	{
		margin:0px;
		padding:0px;
	}

body
	{
		background-color: gainsboro;
	}

#container
	{
		background:#FFF;
		width:600px;
		height: 380px;
		border: 1px solid #802d00;
		border-left-width: 25px;
		background-image:url(bg.gif);
		background-repeat:no-repeat;
		background-position:right;
		background-position:bottom;

		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;

		box-shadow: 1px 1px 8px #888888;
	}

#content
	{
		margin-right: 120px;
		margin-top: 50px;
		text-align: right;

		font-family:Verdana, Geneva, sans-serif;
	}

p
	{
		font-size:1.0em;
		font-weight:normal;
		text-decoration:none;
		color:#666;
		line-height:120%;
	}

h1
	{
		font-weight:bold;
		font-size:1.2em;
		text-decoration:underline;
		color:#802d00;
		line-height:120%;
		margin-top:0.3em;
		margin-bottom:0.3em;
	}
	
h2
	{
		font-variant:small-caps;
		font-size:1.0em;
		font-weight:bold;
		text-decoration:none;
		color:#666;
		line-height:120%;
		margin-top:0.3em;
		margin-bottom:0.3em;
	}

a
	{
		font-family:inherit;
		text-decoration:underline;
		color:#22473C;
		font-weight:bold;
	}