html{height:100%;}

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/media/i/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
}

a{
	text-decoration:none;
	color:#8B8B8B;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
	cursor:pointer;
}

body {
	background-color: #FFFFFF; 
	text-align:center;
	margin:10px;
	font-family:Trebuchet MS;
	font-size:11px;
}

#page_container{
	width:529px;
	height:578px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:10px;
	text-align:center;
	background-image:url( '../i/background.png');
	background-repeat:no-repeat;
	background-position:	70px 0px;
	padding-left:25px;
	padding-right:25px;
}

#logo{
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:145px;
	height:110px;
}

h1{ font-size:16px;}

#content{
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	height:310px;
	width:370px;
	color:#999999;
	font-family:Arial;
	line-height:1.5;
	text-align:center;
}

#ciufcia_logo{
	margin-left:auto;
	margin-right:auto;
	width:143px;
	height:36px;
	border:0px;
}

#menu {
	font-size: 11px;
	color: #c0c0c0;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

#menu a {
		color: #c0c0c0;
}
