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

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

/**********************************************************************SECTION*/
#logo{
	height:125px;
	background-image:url(../gfx/logo.png);
	background-position:center top;
	background-repeat:no-repeat;

}
#screens{
	position:relative;
}
.title{
	width:300px;
	padding-top:20px;
	padding-left:0px;
	padding-bottom:8px;
	text-align:left;
	text-decoration:underline;
}
.image{
	padding:8px;
	border:1px solid #C0C0C0;
	text-align:left;
}
.hd1200{
	height:120px;
	border:none;
}
.hd1080{
	height:108px;
	border:none;
}
.seperator{
	width:1050px;
	height:1px;
	background-color:black;
}