/*
 http://userstyles.org/styles/15947
 BEGIN
*/

/* 
Try it on this url 
http://img188.imageshack.us/img188/3424/ciarafantas500x500.jpg
*/


@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), url-prefix(https://) {

html > body:first-child
{ 
background-color: #181833;
}

html > body:first-child > img
{ display: block
; margin: 0px auto
}

html > body:first-child:hover > img
{ background-color: #fff
; outline: 1px solid #000
}

html > body:first-child:hover > img:hover
{ background-color: #000
; outline: 1px solid #fff
}

}

