/* Start ----------------------------------------------------- body.css*/

/* Default CSS for welcome page.  Delete this styling and replace it with your own. */
#header {
	/*background: url('images/TechAlley-149.jpg') no-repeat bottom; 	*/
 	height: 91px;
	margin: 0 auto;
	width:692px;
	padding:0;
	position: relative ;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#title
{
	color:#333333;
	font-family:Georgia,"Lucida Sans Unicode",lucida,Verdana,sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	font-size: 1.8em;
	position: relative;
	top: -43px;
	left: 8px;
	margin: 0px;
	
}

/* @group For Tutorial */

body {
 position: absolute ;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 padding: 0;
 margin: 0;
 overflow: hidden ;
}

body.sc-theme
{
 background-color: #BBBB88;
	
}

/* grid sample */
.grid_scroll_view {
  height: 120px;
  background-color: transparent;
  border-style: none;
}

.main {
  position: relative; 
  height: 100px;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  top: -18px; 
 }
 
 .cntTechAlleyBlog
 {
 	
 }

/* @end */



/* End ------------------------------------------------------- body.css*/

