.error {
	color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;	
}

.sidebar-left {
    float: left;
    width: 10rem;
    height: 10rem;
}

.sidebar-right {
    float: right;
    width: 10rem;
    height: 10rem;
}

.link{
	position:relative;
	z-index: 2;	
}

div.spanner{
	position: relative;	
}
    div.spanner > a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-decoration: none; /* No underlines on the link */
        z-index: 1; /* Places the link above everything else in the div */
        background-color: #FFF; /* Fix to make div clickable in IE */
        opacity: 0; /* Fix to make div clickable in IE */
        filter: alpha(opacity=1); /* Fix to make div clickable in IE */
    }