.story {
                position: relative;
                width: 900px;
                height: 100%;
                font-family: verdana;
                font-size: 14px;
                left: 50%;
                margin-left: -450px;
                padding: 15px 15px 15px 15px;
                background: #E7E7E7;
                margin-bottom: 10px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px; /* future proofing */
                -khtml-border-radius: 5px; /* for old Konqueror browsers */  
                }
                
                #embarrassingstories_title {
                    display: block;
                }
               
                #shouldve_used_browzar {
                    display: block;
                    margin: 30px 0 30px 0;
                }
                
                .bold {
                    font-weight: bold;
                }
                
                .orangelink {
                    color: #ff5200;
                }