/*******DJJOOLZDE:CSS:SCREENSHOTS***********************************2011.11.15*/

/*********************************************************************SETTINGS*/
*{
	margin:0px;
	padding:0px;
}
#layout{
	margin:auto;
	width:1050px;
}
body{
	background:black url(../gfx/background.png) left top repeat-x;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	color:#C0C0C0;
}
/******************************************************************************/

/******************************************************************BACKGROUNDS*/
#background{
	background:url(../gfx/background-screenshots.png) right top repeat-x;
}
#background-top-left{
	background:url(../gfx/background-top-left.png) left top no-repeat;
}
#background-top-right{
	background:url(../gfx/background-top-right.png) right top no-repeat;
}
/******************************************************************************/

/**********************************************************************SECTION*/
#logo{
	background:url(../gfx/logo.png) center top no-repeat;
	height:125px;
}
#screens{
	position:relative;
	float:left;
	width:1050px;
	padding-bottom:26px;
}
.title{
	padding-top:14px;
	padding-bottom:11px;
	text-align:left;
	text-decoration:underline;
}
.image{
	float:left;
	padding:8px;
	border:1px solid #C0C0C0;
	text-align:left;
}
.i120{
	width:192px;
	height:120px;
	border:none;
}
.i108{
	width:192px;
	height:108px;
	padding-top:6px;
	padding-bottom:6px;
	border:none;
}
/******************************************************************************/
