diff --git a/BondageClub/Backgrounds/CosyChalet.jpg b/BondageClub/Backgrounds/CosyChalet.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6f5a4886126cc502f9f5968ebc7f3162930c1824
Binary files /dev/null and b/BondageClub/Backgrounds/CosyChalet.jpg differ
diff --git a/BondageClub/Backgrounds/CosyChaletDark.jpg b/BondageClub/Backgrounds/CosyChaletDark.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..179fae50f1e694709e50ad69c81f4f64440927af
Binary files /dev/null and b/BondageClub/Backgrounds/CosyChaletDark.jpg differ
diff --git a/BondageClub/Backgrounds/ParkWinter.jpg b/BondageClub/Backgrounds/ParkWinter.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..63bcf9a3a3cf9e510b2699eeb5fe8306d0dc4261
Binary files /dev/null and b/BondageClub/Backgrounds/ParkWinter.jpg differ
diff --git a/BondageClub/Backgrounds/ParkWinterDark.jpg b/BondageClub/Backgrounds/ParkWinterDark.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f8b9eab48ccac46e71af6da9f39a5fe12701d87e
Binary files /dev/null and b/BondageClub/Backgrounds/ParkWinterDark.jpg differ
diff --git a/BondageClub/Backgrounds/XmasDay.jpg b/BondageClub/Backgrounds/XmasDay.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..87f00eeedb43bba67a6c0d252f5d44bbd25236dc
Binary files /dev/null and b/BondageClub/Backgrounds/XmasDay.jpg differ
diff --git a/BondageClub/Backgrounds/XmasDayDark.jpg b/BondageClub/Backgrounds/XmasDayDark.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4da61e5a12ae331f2e71380baef50f9d3ed18e45
Binary files /dev/null and b/BondageClub/Backgrounds/XmasDayDark.jpg differ
diff --git a/BondageClub/Backgrounds/XmasEve.jpg b/BondageClub/Backgrounds/XmasEve.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..dc91e6016bbc6be30252b9ae4a5abd6ee997b9de
Binary files /dev/null and b/BondageClub/Backgrounds/XmasEve.jpg differ
diff --git a/BondageClub/Backgrounds/XmasEveDark.jpg b/BondageClub/Backgrounds/XmasEveDark.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..3c881fe7947239a4baf1620126a90c5ae8e701f5
Binary files /dev/null and b/BondageClub/Backgrounds/XmasEveDark.jpg differ
diff --git a/BondageClub/Screens/Online/ChatCreate/Text_ChatCreate.csv b/BondageClub/Screens/Online/ChatCreate/Text_ChatCreate.csv
index 151bad9f558f3b858b267a60de043375a2627832..2fe847b16d59d5f39a58392999b490dc6d297f7b 100644
--- a/BondageClub/Screens/Online/ChatCreate/Text_ChatCreate.csv
+++ b/BondageClub/Screens/Online/ChatCreate/Text_ChatCreate.csv
@@ -35,6 +35,10 @@ AbandonedBuilding,Abandoned Building
 BalconyNight,Balcony Night
 CozyLivingRoom, Cozy Living Room
 RooftopParty,Rooftop Party
+CosyChalet,Cosy Chalet
+ParkWinter,Park Winter
+XmasEve,Xmas Eve Lounge
+XmasDay,Xmas Day Lounge
 AsylumEntrance,Entrance
 AsylumBedroom,Bedroom
 AsylumMeeting,Meeting
diff --git a/BondageClub/Screens/Room/MainHall/MainHall.js b/BondageClub/Screens/Room/MainHall/MainHall.js
index 23fcc50785cd86536988320d491094148985629e..e6efc19d8cbbf7d072f86b55b06733dbb31e10b2 100644
--- a/BondageClub/Screens/Room/MainHall/MainHall.js
+++ b/BondageClub/Screens/Room/MainHall/MainHall.js
@@ -175,7 +175,7 @@ function MainHallClick() {
 		ChatRoomSpace = "";
 		ChatSearchBackground = "IntroductionDark";
 		ChatSearchLeaveRoom = "MainHall";
-		ChatCreateBackgroundList = ["Introduction", "KidnapLeague", "MaidQuarters", "MainHall", "Management", "Private", "Shibari", "Bedroom", "HorseStable", "Nursery", "PrisonHall", "BDSMRoomBlue", "BDSMRoomPurple", "BDSMRoomRed", "Gardens", "IndoorPool", "OutdoorPool", "MaidCafe", "PublicBath", "ParkDay", "ParkNight", "ChillRoom", "Boudoir", "BondageBedChamber", "Beach", "ForestPath", "DeepForest", "SpookyForest", "AbandonedBuilding", "BalconyNight", "CozyLivingRoom", "RooftopParty"];
+		ChatCreateBackgroundList = ["Introduction", "KidnapLeague", "MaidQuarters", "MainHall", "Management", "Private", "Shibari", "Bedroom", "HorseStable", "Nursery", "PrisonHall", "BDSMRoomBlue", "BDSMRoomPurple", "BDSMRoomRed", "Gardens", "IndoorPool", "OutdoorPool", "MaidCafe", "PublicBath", "ParkDay", "ParkNight", "ChillRoom", "Boudoir", "BondageBedChamber", "Beach", "ForestPath", "DeepForest", "SpookyForest", "AbandonedBuilding", "BalconyNight", "CozyLivingRoom", "RooftopParty", "CosyChalet", "ParkWinter", "XmasEve", "XmasDay"];
 		CommonSetScreen("Online", "ChatSearch");
 	}