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

html,body{
	width: 100%;
}
body{
    margin: 0;
    padding: 0;
    text-align: center;
}

div#contents-ov{
	width: 100%;
	height: 1380px;
  background-image: url(../images/bg_ourview.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #ffffff;
  background-size:cover;
}

div#main-ov{
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 1280px;
}

#mark-ov{
    position: relative;
    top: 0px;
    left: 590px;
}