/**Author Name:Gen 
   Developed in Vin Labs 
   Copyright at gendesigns.blogspot.com 
   ProjectName:Computer Zone **/
*{ margin: 0px; padding: 0px; }*
body
{ 
  background:#0d1021 center top;
  color: #dcdcdc;
  font: .8em normal small "Trebuchet MS",Tahoma, verdana, arial, helvetica, sans-serif;line-height: 1.6em;
}
/**Common**/
p
{
	font-family:arial;
	font-size:0.9em;
}
/**Wrapper **/
#wrapper 
{
	width:1024px;
	margin:0 auto;
	background:#0d1021;
}
#top,#footer,#main,#content,#container
{
	width:1000px;
	margin:0px auto;
}
#content
{
	background-color: #e5e5e7;
	
    
}

h1 {
	color: #333;
	padding: 15px 25px;
}

/**footer ***/
#footer {
	background-color: #e5e5e7;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	color: #333;
	font-size: 14px;
}

#footer a{
	text-decoration: underline;
	color: #0d1021;
}

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


.twitter{
	height: 16px;
	padding: 0 20px;
	background: url(images/twitter.gif) no-repeat;
}

.facebook{
	height: 16px;
	padding: 0 40px 0 20px;
	background: url(images/facebook.gif) no-repeat;
}


