@import url(/admin/mt-static/themes-base/blog.css);
/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/admin/mt-static/support/themes/cityscape-toronto/cityscape-toronto.css);
/* end StyleCatcher imports */
body {
    font: normal 12px verdana, arial, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

#header {
    border-top-width: 1px;
    height: 140px;
    border-top-style: solid;
    background-image: url(http://www.phenie.com/images/header.jpg)

}

#header-name {
    margin: 0 0 0px;
    line-height: 0;
}

#header-description {
    margin: 0;
    font-size: 1px;
    line-height: 1.000;
}

}

#header a:hover {
    text-decoration: none;
}

/* Global ----------------------------------------------------------------- */

body {
    color: #333;   
    background: #000613;
}

a {
    color: #69c; 
    font-weight: bold; 
}

a:hover {
    text-decoration: none;
}

img {
	border-color:#000;
	border:thin;
}

#line { 
margin: 0; 
padding: 0; 
width: 70%; 
height: 3px; 
background-color: #FFF; 
} 


