/* page structure */

* {
  margin : 0;
  padding : 0;
}

html,
body {
  width : 1550px;
  height : 820px;
  /*border : 1px solid #000;*/
}

header {
  width : 1110px;
  height : 30px;
  margin-top : 5px;
  margin-left : 10px;
}

#container {
  display : flex;
  display : -ms-flexbox;
  width : 1260px;
  height : 780px;
  margin-left : 10px;
}

#leftContents {
  width : 650px;
  height : 100%;
  order : 1;
}

#rightContents {
  margin-left : 10px;
  width : 450px;
  height : 100%;
  order : 2;
}
