Design 961 here an example
red is the background
blue the the news entry ...
Site News : HTML
Page of entry ...
Code
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>$TITLE_BAR$ - $SITE_NAME$</title>
<?$META_DESCRIPTION$?>
<link type="text/css" rel="StyleSheet" href="http://game-network.ucoz.net/_st/my.css" />
</head>
<body style="background:#151515; margin:0px; padding:0px;">
$ADMIN_BAR$
$GLOBAL_AHEADER$
<table cellpadding="0" cellspacing="0" border="0" width="999"tr><td valign="top" style="padding:0 7px 0 2px;">
<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td width="100%" align="center" style="border:1px solid #4B575E;background:url('http://game-network.ucoz.net/CSS/12.gif') top left repeat #384146;">
<!-- <middle> -->
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td valign="top" width="200">
$GLOBAL_CLEFTER$
</td>
<td valign="top" style="padding:10px 0 10px 0;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:2px solid #585858;"><tr><td style="background:url() top left repeat #151515;padding:15px 35px 15px 35px;"><!-- <body> --><a href="$HOME_PAGE_LINK$"><!--<s5176>-->Main<!--</s>--></a> » $DATE_BAR$ <hr />
$BODY$<!-- </body> --></td></tr></table>
</td>
<td valign="top" width="200">
$GLOBAL_DRIGHTER$
</td>
</tr>
</table>
<!-- </middle> -->
</td></tr></table>
$GLOBAL_BFOOTER$
</td></tr></table>
</body>
</html>
page with entry full text and his comments
Code
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>$TITLE_BAR$ - $SITE_NAME$</title>
<?$META_DESCRIPTION$?>
<link type="text/css" rel="StyleSheet" href="http://game-network.ucoz.net/_st/my.css" />
</head>
<body style="background:#585858; margin:0px; padding:0px;">
$ADMIN_BAR$
$GLOBAL_AHEADER$
<table cellpadding="0" cellspacing="0" border="0" width="1000"><tr><td valign="top" style="padding:0 0px 0 0px;">
<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td width="100%" align="center" style="border:1px solid #4B575E;background:url('http://game-network.ucoz.net/CSS/12.gif') top left repeat #384146;">
<!-- <middle> -->
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td valign="top" width="200">
$GLOBAL_CLEFTER$
</td>
<td valign="top" style="padding:10px 0 10px 0;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:2px solid #000000;"><tr><td style="background:url() top left repeat #585858;padding:15px 35px 15px 35px;"><!-- <body> --><a href="$HOME_PAGE_LINK$"><!--<s5176>-->Main<!--</s>--></a> » $DATE_BAR$ » $ENTRY_NAME$
<hr />
<table border="0" width="100%" cellspacing="1" cellpadding="2" class="eBlock">
<tr><td width="90%"><div class="eTitle"><div style="float:right;font-size:9px;">$ADD_TIME$ $MODER_PANEL$</div>$ENTRY_NAME$</div></td></tr>
<tr><td class="eMessage">$MESSAGE$ <?if($ATTACHMENTS$)?><div style="text-align:left;" class="eAttach"><!--<s3172>-->Attachments<!--</s>-->: $ATTACHMENTS$</div><?endif?></td></tr>
<tr><td colspan="2" class="eDetails">
<?if($RATING$)?><div style="float:right"><?$RSTARS$('12','/.s/img/stars/3/12.png','1','float')?></div>
<?endif?><?if($CAT_NAME$)?><!--<s3179>-->Category<!--</s>-->: <a href="$CAT_URL$">$CAT_NAME$</a> |<?endif?>
<!--<s3177>-->Views<!--</s>-->: $READS$ |
<!--<s3178>-->Added by<!--</s>-->: <a href="$PROFILE_URL$">$USER$</a>
<?if($TAGS$)?> | <!--<s5308>-->Tags<!--</s>-->: $TAGS$<?endif?>
<?if($RATING$)?>| <!--<s3119>-->Rating<!--</s>-->: <span id="entRating$ID$">$RATING$</span>/<span id="entRated$ID$">$RATED$</span><?endif?></td></tr>
</table>
<?if($COM_IS_ACTIVE$)?>
<?if($COM_CAN_READ$)?>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td width="60%" height="25"><!--<s5183>-->Total comments<!--</s>-->: <b>$COM_NUM_ENTRIES$</b></td><td align="right" height="25">$COM_PAGE_SELECTOR$</td></tr>
<tr><td colspan="2">$COM_BODY$</td></tr>
<tr><td colspan="2" align="center">$COM_PAGE_SELECTOR1$</td></tr>
<tr><td colspan="2" height="10"></td></tr>
</table>
<?endif?>
<?if($COM_CAN_ADD$)?>
$COM_ADD_FORM$
<?else?>
<?if($USER_LOGGED_IN$)?><?else?><div align="center" class="commReg"><!--<s5237>-->Only registered users can add comments.<!--</s>-->
[ <a href="$REGISTER_LINK$"><!--<s3089>-->Registration<!--</s>--></a> | <a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a> ]</div><?endif?>
<?endif?>
<?endif?><!-- </body> --></td></tr></table>
</td>
<td valign="top" width="200">
$GLOBAL_DRIGHTER$
</td>
</tr>
</table>
<!-- </middle> -->
</td></tr></table>
$GLOBAL_BFOOTER$
</td></tr></table>
</body>
</html>
And CSS
Code
/* Entries Style */
.eBlock {}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#D8D8D8; padding: 5px 5px 10px 25px; background: url('/icon.png') no-repeat 0px 3px;}
.eTitle a:link {text-decoration:underline; color:#D9E6EB;}
.eTitle a:visited {text-decoration:underline; color:#F0F4F6;}
.eTitle a:hover {text-decoration:none; color:#FFFFFF;}
.eTitle a:active {text-decoration:underline; color:#D9E6EB;}
.eText {text-align:justify; padding:5px;border-top:1px dashed ;}
.eDetails {border:2px solid #4B575E;color:#191E20;padding-bottom:3px;padding-top:3px;text-align:left;font-size:7pt;background:#585858;}
.eDetails1 {border:1px solid #4B575E;color:#191E20;padding-bottom:3px;padding-top:3px;text-align:left;font-size:8pt;background:#718189;}
.eDetails2 {border:1px solid #4B575E;color:#191E20;padding-bottom:3px;padding-top:3px;text-align:left;font-size:8pt;background:#718189;}
.eRating {font-size:7pt;}
.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/961/14.gif') no-repeat 0px 0px;}
/* --------------- */
/* Entry Manage Table */
.manTable {}
.manTdError {color:#585858;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */
/* Comments Style */
.cAnswer {color:#DCEEF8;padding-left:15px;padding-top:4px;font-style:italic;}
.cBlock1 {border:2px solid #585858;background:url() top left no-repeat #151515;}
.cBlock2 {border:2px solid #585858;background:url() top left no-repeat #151515;}
/* -------------- */
/* Comments Form Style */
.commTable {background:url(http://game-network.ucoz.net/CSS/12.gif) top left repeat #151515;border:2px solid #585858;}
.commTd1 {color:#DCEEF8;font-weight:bold;padding-left:5px;}
.commTd2 {padding-bottom:2px;}
.commFl {width:100%;color:#DCEEF8;border:1px solid #4B575E;background:#585858;}
.smiles {color:#DCEEF8;border:1px solid #4B575E;background:#585858;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#DCEEF8;border:1px solid #4B575E;background:#585858;}
/* ------------------- */
Well thanks In advance