	body {
		background:#770000;
	     }

	#title {
	  padding-right: 10px;
	  padding-top: 5px;
	  padding-bottom: 10px;
	  background: #bbbbbb;
	}

	.tt {
	  padding: 5px;
	  font-size: 18px;
	  font-weight: bold;
	  border-bottom: 2px dashed #000000;
	  border-right:  2px dashed #000000;
	}

	#frame {
	        width:770;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;

		text-align:left;
		background:#bbbbbb;
		border: 4px solid #000000;
		overflow: auto
		}

	#logo {
	       text-align: center;
	       background: #cccccc;
	       border-bottom: 1px solid #000000
	}
			
	#trackbox {
	       background: #bbbbbb;
	       padding-left: 5px;
	       padding-right: 5px;
	       overflow: auto;
		}
	
	#graphicbox {
	       float:left;
	}

	#graphic {
	       margin: 7px;
	       width: 133px;
	       height: 108px;
	       border: 2px solid #000000;
	}				

	#order {
       	       text-align: center;
	       margin-bottom: 5px;
	}

	#tracks {
	      float: left;
	}

        .description { 
             font-size: 12px;
        }

	#torrentbox {
	      text-align: center;
	      margin-bottom: 5px;
	      padding: 3px;
	}
	
	#comment{
		padding: 3px;
		background: #bbbbbb;
		border-top: 1px dashed #000000;
		margin-left: 3px;
		clear: both;
	}

	#subcomment{
		padding: 3px;
		background: #bbbbbb;
		border-left: 1px dashed #000000;
		border-top: 1px dashed #000000;
		margin-left: 3px;
		clear: both;
	}

	#postcomment {
		border-top: 1px solid #000000;
		padding: 10px;
		background: #aaaaaa;
		clear: both;
	}

	.title {
		font-weight: bold;
	}

	.user {
		font-size:9px;
	}
