#website-by-side-float {
    bottom: 30px;
    float: right;
    font-size: 10px;
    position: fixed;
    right: 0;
    text-align: center;
}
#website-by-side-float a {
    background: url("http://g6interactive.com/global/images/logo_g6_side_grey_bg.png") no-repeat scroll center center transparent;
    color: #999999;
    display: block;
    font-size: 9px;
    height: 43px;
    padding-top: 5px;
    text-decoration: none;
    width: 68px;
}
#website-by-side-float a:hover {
    color: #FFFFFF;
}

p#website-by-footer {
	font: 12px 'Droid Sans',Arial,sans-serif;
	margin: 10px 0 10px 0;
}
p#website-by-footer a.website-by-footer {
    color: #E57928 !important;
	text-decoration: none;
    /*text-transform: uppercase;
	font-weight: bold;*/
}
p#website-by-footer a.website-by-footer:hover {
	text-decoration: underline;
}


/* -- temp -- 

.website-by-footer {
    margin: 5px 0;
    text-transform: uppercase;
}
.website-by-footer img {
    margin: 0 5px;
    vertical-align: middle;
}
.website-by-footer a {
    line-height: 150% !important;
}
a.website-by-footer {
    color: #E57928 !important;
    font-weight: bold;
}

*/