/***************************************************
				 Portrait
***************************************************/

/* layout  */

body {
	background-color: #f1ad54;
}

#wrap{
	margin: 5px;
	padding-left: 2px;
}

	div.cardContainer {
		width: 325px;
		margin-left: auto;
		margin-right: auto;
		float: left;
		text-align: center;	
		font-size:280px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #FFFFFF;
		padding-top: 3px;
		padding-bottom: 5px;
	}
	
		div.top {
			height: 15px;
			width: 306px;
			background-image: url(../images/header.png);
			background-repeat: no-repeat;
			background-position: center bottom;
			margin-bottom: -5px;
			padding: 0px;
		}
		
		div.middle {
			width: 302px;
			height: 315px;
			background-color: #daadbb;
			border-right-width: 2px;
			border-left-width: 2px;
			border-right-style: solid;
			border-left-style: solid;
			border-right-color: #f9d784;
			border-left-color: #f9d784;
		}
		
		div.bottom {
			height: 15px;
			width: 306px;
			background-image: url(../images/footer.png);
			background-repeat: no-repeat;
			background-position: center top;
			margin: 0px;
			padding-bottom: 7px;
		}

/* Typography & Headings */

p {
	margin-top: -8px;
	position: relative;
	top: 120px;	
}
