.borderRadius (@radius: 5px) { border-radius: @radius; -moz-border-radius: @radius; -webkit-border-radius: @radius; } .boxShadow (@shadow: 2px 2px 5px 5px rgba(0,0,0,0.5)){ box-shadow: @shadow; -moz-box-shadow: @shadow; -webkit-box-shadow: @shadow; } .rotate (@degree: 0deg) { transform: rotate(@degree); -moz-transform: rotate(@degree); -webkit-transform: rotate(@degree); } #mainMenu { } #content { .boxShadow; .borderRadius(20px 0px 60px 0px) }