@font-face { font-family: 'ChunkFiveRegular'; src: url("<%= asset_path 'Chunkfive-webfont.eot' %>"); src: url("<%= asset_path 'Chunkfive-webfont.eot?#iefix' %>") format('embedded-opentype'), url("<%= asset_path 'Chunkfive-webfont.woff' %>") format('woff'), url("<%= asset_path 'Chunkfive-webfont.ttf' %>") format('truetype'), url("<%= asset_path 'Chunkfive-webfont.svg#ChunkFiveRegular' %>") format('svg'); font-weight: normal; font-style: normal; } html { min-height: 100%; } body { background: #2a2a2a url("<%= asset_path 'bg.png' %>"); background: -webkit-gradient(radial, 50% 0, 0, 50% 0, 480, from(rgba(255,255,255,.15)), to(rgba(255,255,255,0))), #2a2a2a url("<%= asset_path 'bg.png' %>"); background: -moz-radial-gradient(50% 0px, circle, rgba(255,255,255,.15) 0, rgba(255,255,255,0)) 1px, #2a2a2a url("<%= asset_path 'bg.png' %>"); font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #464646; _padding-top: 22px; text-align: center; min-height: 100%; } h1.site_name { text-align: center; font: 70px 'ChunkFiveRegular', Arial, sans-serif; letter-spacing: 1px; color: #EEE; margin-top: 20px; text-shadow: 0px 0px 10px #303030; filter: dropshadow(color=#303030, offx=0, offy=0); -webkit-font-smoothing: antialiased; } .main_area{ display:block; width:900px; min-height:300px; background-color: #eaeaea; margin-left: auto; margin-right: auto; margin-top: 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 0px 5px 2px #202020; -moz-box-shadow: 0px 0px 5px 2px #202020; box-shadow: 0px 0px 5px 2px #202020; margin-bottom:50px; /* text-align:center;*/ } h1{ color: #444; text-align: center; font: 30px Helvetica; padding: 10px 10px 0px 18px; font-weight: bold; -webkit-font-smoothing: antialiased; } h2{ text-align: center; color: #6B6B6B; font: 14px Arial; padding: 0px 0px 10px 19px; } a{ text-decoration: none; color: #2B64BF; padding: 0px 0px 10px 19px; } p{ padding: 0px 0px 10px 19px; } ul{ list-style: none; } li{ list-style: none; }