
html, body { 
	margin: 0; 
	padding: 0; 
	border: 0; }

body { 
	font-family: Georgia, serif; 
	color: #333; 
	text-align: center; }

#content { 
	position: absolute;
	top: 0; left: 0;
	height: 100%; 
	width: 100%;
	text-align: center; }

img	{ 
	border: none; 
	margin: 10px 0 6px 0;
	padding: 0 10px; 
	height: 92%; }

.large { height: 92%; }
.medium { height: 78%; }
.small { height: 64%; }

p { 
	margin: 0; 
	font-size: 12px; 
	line-height: 16px; }


a { font-size: 11px; 
	text-decoration: none; 
	border: 0; 
	margin-left: 10px; }

a:visited {   
	color: #777; }
a:link {  
	color: #777; }
a:hover { 
	color: #bd3632; 
	border-bottom: 1px dotted #bd3632; }



/*---MODIFIERS---*/
.space1px { letter-spacing: 1px; }


