@charset "UTF-8"; /********/ /* less */ /********/ @white: #ffffff; @black: #000000; /********/ body { background: url("../img/bg.jpg") top center no-repeat transparent; } /********/ /* main */ /********/ div#contents { width: 1100px; height: 450px; margin: 630px auto 300px; div#top { width: 1100px; height: auto; clear: both; div#txt { float: left; width: 300px; margin-top: 50px; } img#logo { float: right; margin: 20px -30px 0 0; } } div#form { width: 1100px; height: 160px; clear: both; background: @black; form { float: right; margin: 30px 100px 0 0; textarea, input[type=text], input[type=button] { margin: 0; border: none; } textarea, input[type=text] { background: @white; resize: none; width: 370px; margin: 1px; } textarea { overflow-y: auto; height: 60px; } input[type=button] { background: none; padding: 0; float: right; } } div.sent { height: 160px; width: 1000px; margin: 0 auto; text-align: center; h2 { float: none; line-height: 145px; } } } }