body
{
	margin:0;
	padding:0;
	height:100%;
	background-color:rgb(60,40,60);
	
}


#wrapper
{
	width:90%;
	height:auto;
	margin:auto;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:20px;
	background-color:rgb(220,200,220);
}


#postcard
{
	border:3px black solid;
	width:60%;
	height:315px;
	margin:auto;
	background-color:rgb(180,150,180);
	color:#000;
}
#postcard_sidebar
{
	background:url("../images/postcard_sidebar.jpg");
	width:40px;
	height:315px;
	float:left;
}
#postcard_content
{
	height:308px;
	width:auto;
	padding:5px;
	overflow:auto;
	text-align:center;
}


#links
{
	text-align:center;
}


#other_content
{
	text-align:center;
}


a
{
	color:rgb(60,40,120);
	text-decoration:underline;
}
a:hover
{
	color:rgb(120,40,60);
	text-decoration:none;
}