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

#top_box {
	background-image: url(../images/backgrounds/contact/top.jpg);
	background-repeat: no-repeat;
}
#main_box {
	background-image: url(../images/backgrounds/contact/middle.jpg);
	background-repeat: repeat-y;
}
#bottom_box {
	background-image: url(../images/backgrounds/contact/bottom.jpg);
	background-repeat: no-repeat;
}
body {
	color: #4d4d50;
}
a:link {
	color: #4d4d50;
}
a:visited {
	color: #4d4d50;
}
