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