Hey wondering if I could use this part of css (code) on my site
<html><head>
<title>Eminem News - Fansite | Downloads | Lyrics</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="shortcut icon" href="/favicon.ico" >
</head>
<body>
<div class="wrapper">
<a href="http://www.trshady.com"><img src="http://www.trshady.com/images/layout/trshadytop.jpg"
alt="Eminem Fansite" width="754" height="130" border="0" style="vertical-align:bottom ;" /></a>
<div class="topbar">
</div>
<style>
body {
background-color:#013D61;
background-image:url(http://www.trshady.com/images/layout/pagebackground.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding-top:0px;
margin-top:0px;
}
#siteBanner {
float:right;
background-color:#CCCCCC;
padding:3px;
margin:5px;
margin-top:10px;
}
.newsTable tr {
background-color:#F0F0F0;
}
.wrapper {
width:754px;
background-position:right;
background-repeat:repeat-y;
border-left:2px solid black;
border-right:2px solid black;
position:absolute;
left:50%;
background-color:#FFFFFF;
margin-left:-377px;
}
</style>