﻿/* --------------------------------------------------------------------------------------------------------------------------------------------------
GLOBAL: LAYOUT
-------------------------------------------------------------------------------------------------------------------------------------------------- */

#vcard {
	position: static;
	overflow: visible;
	width: 250px;
	margin: 0 auto;
	padding: 20px 25px 625px 25px;
	background-position: 0 100%;
}
	#header h1 {
		font-size: 25px;
	}
	#header h2 {
		font-size: 16px;
	}

#background,
#pattern {
	display: none;
}