﻿#content{
		background: url(notepad.jpg) no-repeat 0 0;
		width: 700px;
		margin: 0 -150px 0 0;
		font-family: "Courier New", Courier, Times New Roman, Serif;
		padding: 10px 20px 60px 20px;
}

h1{
	margin-bottom: 10px;
}

#notepad{
	width: 380px;
	min-height: 594px;
	padding: 50px 0px 0 70px;

}

* html #notepad{
	height: 594px; 
}


#about_note{
	width: 200px;
	height: 300px;
	position: absolute;
	right: 55px;
	top: 340px;
}

#notepad h3{
	font-size: 28px;
	line-height: 45px;
	margin: 10px 10px 0 -20px;
}

.quote{
	font-size: 15px;	
	text-align: center;
	color: #ed1c24;
}