html,body{
  margin:0;
  padding:0;
  height:100%;
  border:none;
  background-image:url(../graphics/mainBackground.gif);
}
#external{
	width:100%;
	height:100%;
	border:1px solid #333;
}
.top{
	background-image:url(../graphics/intro/topBar.png);
	background-repeat:repeat-x;
	height:46px;
}
.bottom{
	background-image:url(../graphics/intro/bottomBar.png);
	background-repeat:repeat-x;
	height:85px;
	}
.center{
	background-image:url(../graphics/intro/centerBackground.png);
	background-repeat:repeat-x;
	height:233px;
}
.buttonHolder{
	height:85px;
	width:350px;
	background-image:url(../graphics/intro/buttonHolder.png);
	background-position:center;
	background-repeat:no-repeat;
}
.button{
	margin-top:48px;
}
.buttonPressed{
	margin-top:48px;
}
.button .left{
	width:8px;
	height:19px;
	background-image:url(../graphics/intro/buttonLeftPart.png);
	background-repeat:no-repeat;
}
.button .middle{
	height:19px;
	background-image:url(../graphics/intro/buttonMiddlePart.png);
	background-repeat:repeat-x;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:60px;
	text-align:center;
	font-weight:bold;
}
.button .right{
	width:8px;
	height:19px;
	background-image:url(../graphics/intro/buttonRightPart.png);
	background-repeat:no-repeat;
}
.buttonPressed .left{
	width:8px;
	height:19px;
	background-image:url(../graphics/intro/buttonLeftPartPressed.png);
	background-repeat:no-repeat;
}
.buttonPressed .middle{
	height:19px;
	background-image:url(../graphics/intro/buttonMiddlePartPressed.png);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:60px;
	text-align:center;
	color:#ddd;
	font-weight:bold;
}
.buttonPressed .right{
	width:8px;
	height:19px;
	background-image:url(../graphics/intro/buttonRightPartPressed.png);
	background-repeat:no-repeat;
}
.infos{
	margin-top:20px;
	color:#000000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.infos .bottomInfos{
	font-size:10px;
	font-weight:normal;
	text-align:center;
}
.infos .bottomInfos a{
	color:#000000;
}
.login{
}
