diff --git a/css/order.css b/css/order.css
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..04516a7cd73ad27385f663e67513d06ef18ea50b 100755
--- a/css/order.css
+++ b/css/order.css
@@ -0,0 +1,23 @@
+#container {
+	margin: auto;
+	width: 400px;
+}
+
+.button {
+	height: 70px;
+}
+
+#first {
+	background-color: red;
+	float: left;
+}
+
+#second {
+	background-color: blue;
+	float: left;
+}
+
+#third {
+	background-color: green;
+	float: 
+}
\ No newline at end of file
diff --git a/order/complete_order.html b/order/complete_order.html
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d6d12cccf7560b357e12c5275ab62ff3e470601c 100755
--- a/order/complete_order.html
+++ b/order/complete_order.html
@@ -0,0 +1,5 @@
+<body>
+	<p>
+		complete order
+	</p>
+</body>
\ No newline at end of file
diff --git a/order/order.html b/order/order.html
deleted file mode 100644
index 6bb38cfd1042e8c5877edb9f66bc4fe4db0c40f6..0000000000000000000000000000000000000000
--- a/order/order.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-	<title>U Wanna Call Me Beibh?</title>
-	<link rel="stylesheet" type="text/css" href="../css/main.css">
-</head>
-<body>
-	<div class="frame">
-		<p>Order</p>
-	</div>
-</body>
-</html>
diff --git a/order/select_driver.html b/order/select_driver.html
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..32ffbe45f9c209fe776ba7e27870c54e6cd79997 100755
--- a/order/select_driver.html
+++ b/order/select_driver.html
@@ -0,0 +1,5 @@
+<body>
+	<p>
+		select driver
+	</p>
+</body>
\ No newline at end of file
diff --git a/order/select_location.html b/order/select_location.html
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..44b5ca0243fde2923992bf5b8879a47420e3a1fa 100755
--- a/order/select_location.html
+++ b/order/select_location.html
@@ -0,0 +1,5 @@
+<body>
+	<p>
+		select location
+	</p>
+</body>
\ No newline at end of file