@charset "UTF-8";
/* CSS Document */

body, div, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0; 
	border: 0;
	text-align: center;
}

body {
	/*background-color: #600;
	background-color: #333;*/
	margin: 0px;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	background-image: url(../img/linen.png);
}

a:link {
	color:#FFF;
	text-decoration: none;
}

a:visited {
	color:#FC6;
	text-decoration: none;
}

a:hover {
	color:#F30;
	text-decoration: none;
}

a:active {
	color: #FC9;
	text-decoration: none;	
}


#polaroid {
	transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
}

#polaroid:hover {
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
}

h6 {
	border: 0;
	color:#ede3cf;
	font-size:10px;
	margin: 0;
	padding: 0;
}

#note {
	width: 320px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;	
	position: relative;
	background-color:#ede3cf;
	/*font-family:"Courier New", Courier, monospace;*/
	font-size:14px;
	padding: 5px;
	
}