@charset "utf-8";
body{font:16px Arial, Helvetica, sans-serif;background:#000;min-width:500px}
body,p{margin:0;padding:0}
a{color:#00F}
.header{position:relative;background:#1b1d2f;height:100px}
.header img{position:absolute;top:3px;left:20px;z-index:1}
.header p{position:absolute;top:0;left:0;font-size:30px;z-index:2}
.header a{color:#b1bbbd;text-decoration:none;font-weight:bold;display:block;line-height:40px;padding-left:120px;white-space:nowrap;min-width:500px}
.header a:nth-child(1){padding-top:10px}
.header a:nth-child(2){padding-bottom:10px}
.menu{height:40px;background:url('images/aurora-ortho-menu-bg-3.jpg') repeat-x;border:1px solid #FFF;border-width:1px 0}
.main{background:#8a7d7b;padding:20px 0}
.main p{margin:0 20px}
.photo{position:relative;box-shadow:0 0 20px #000;width:500px;min-height:200px;border-radius:20px;margin:20px auto;text-align:center;padding:20px 0}
.photo img{box-shadow:0 0 20px #000;max-width:500px}
button{font-size:40px;border-radius:20px;position:absolute;top:90px;cursor:pointer;border:1px solid #000;box-shadow:0 0 20px #000;background-image:linear-gradient(to bottom right, #707070 -50%, #FCFCFC 110.00000000000001%)}
.left{left:0}
.right{right:0}