
body{
background-attachment: fixed;
background-image:	url("./imgs/background.jpg");
background-repeat: 	no-repeat;
background-position:	right bottom;
background-color:	#DC0097;
margin:0;
}


h1#title{
width:			700px;
height:			300px;
position:		absolute;
left:			50%;
top:			50%;
margin:			-350px 0 0 -520px;
background-image:	url("./imgs/title.png");
background-repeat:	no-repeat;
z-index:		3;
text-indent:		-9999px;
}

* html h1#title {
behavior: expression(IEPNGFIX.fix(this));
} 

div#main{
width:			700px;
height:			500px;
position:		absolute;
left:			50%;
top:			50%;
margin:			-250px 0 0 -350px;
background-image:	url("./imgs/main_back.png");
z-index:		1;
}
* html div#main {
behavior: expression(IEPNGFIX.fix(this));
} 

div#contents{
width:			500px;
_width:			480px;
height:			450px;
margin:			-230px 0 0 -170px;
padding:		0;
position:		absolute;
left:			50%;
top:			50%;
overflow-y:		scroll;
z-index:		2;
}

.text{
padding-left:		20px;
font-size:		14px;
line-height:		20px;
}

a:link,a:visited{
color:		dodgerblue;
}

p.footer{
display:		block;
margin-top:		80px;
width:			100%;
color:			white;
background-color:	#DC0097;
text-align:		center;
}