@import "reset.css";
@import "typography.css";


body {
	background: #fff url(../images/popup_bg.png) top left repeat-x;
	padding: 15px;
	color: #53565A;
}

#popupBox1 {
	background: #fff url(../images/popup_c_bg.png) top left repeat-x;
}
#popupBox2 {
	background: url(../images/popup_l_bg.png) top left no-repeat;
}
#popupBox3 {
	background: url(../images/popup_r_bg.png) top right no-repeat;
	padding: 10px;
}

a,
a:link,
a:visited {
	color:#C21A2E;
	text-decoration:none;
}
a:hover {
	color:#E76F7D;
}