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

/* layout  */

body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
}

#wrap{
	width:320px; 
}

#header{
	background:url(../images/header.png);
	background-repeat:no-repeat;
	height:149px;

}

#content{
	background-color:#FFFFFF;
	margin-top:-5px;
	width: 296px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;	
}


#footer{
	margin-top:-5px;
}

/* Typography & Headings */

p{
	margin:5px;
	/* padding-left:15px;
	width:270px;  */
	font-size:10px;
	font-family:arial,"san serif";
}

p.intro {
	font-size: 16px;
}



/* Classes */

img.logo{
position:relative;
top:55px;
left: 20px;
}
