/* CSS Document */
html{

	background-color: #FFFFFF;
	height: 100%;	
}
body {
font-size: 75%;
font-family: Tahoma,Arial;
	line-height: 1.88889;
	color: #fcf1fa;
margin: 0;
padding: 0;
	
height: 100%;	
background: #FFFFFF url(images/hbkg.jpg) repeat-x top center;
} 
a {

	text-decoration: none;
	color: #DC52AC;
}
a:hover {
	
	color: #DD9FC2;
}
#col{
background-color:#FFFFFF;
width: 600px;
margin:0 auto 0 auto;
	top: 10%;

	height:380px;
	-webkit-border-radius: 10px;
    -moz-border-radius:  10px;
    border-radius: 10px;
box-shadow: 0px 3px 3px #C0C0C0;
	-moz-box-shadow: 0px 3px 3px#C0C0C0;
	-webkit-box-shadow: 0px 3px 3px #C0C0C0;
	behavior: url(PIE.htc);
	position: relative;
	overflow: hidden;
}

#col img{
	margin-top: 40px;
}

#col2{
width: 600px;
margin:70px auto 0 auto;

	
}
#txt, #txt4{

font-size: 0.8em;
padding: 20px;
color: #1e6685;
float: left;
margin-left: 60px;
}
#txt2{
width: 570px;
text-align: right;
}

#txt4{
float: right;
margin-right: 60px;
}

#txt a{
color: #1e6685;
}
#foot{
width: 100%;
	text-align: right;
bottom: 0px;
right: 10px;
 height: 30px;
border-top: #00CCCC 1px solid;
position: absolute;
}


img, #foot { behavior: url("iepngfix.htc"); vertical-align: middle}

#enter{
	width: 450px;
	background-color: #CC0099;
	text-align: center;
	font-weight: bold;
	font-variant:small-caps;
	font-size: 110%;
	-webkit-border-radius: 10px;
    -moz-border-radius:  10px;
    border-radius: 10px;

	behavior: url(PIE.htc);
	position: relative;
	margin: -30px auto 0 auto;
}

#enter a{
	font-size:120%;
	color:#39bff9;
}

.prog{
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fcf1fa;
}

.ink2 {
	
	text-decoration: none;
	color:#FFFFFF;
	font-weight:normal;
	font-variant:normal;
}

#footer{
clear: both;
border-top: #00CCCC 1px dashed;
text-align: left;
bottom: 0px;
margin: 5px 5px 5px 0px;
padding-top: 5px;
height: 30px;
color: #00CCCC;
font-variant:small-caps;

}

img, #footer { behavior: url("iepngfix.htc"); vertical-align: middle}

#footer ul { 
	list-style: none; 
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	display: inline;
}

#footer ul li{ 
	display: inline;
	margin: 2px 2px 2px 2px;
}


