*{
	margin:0px;
	padding:0px;
}

body {
	font-family:Helvetica,Arial,sans-serif;
	background: url("../images/bg-image.jpg") repeat scroll center top;
}

html,body {
	height: 100%;
}

#effect{
	background: url("../images/effect.png") no-repeat scroll center top;
	min-height:768px;
	margin:-15px auto;
	display:block;
	position:relative;
	margin-top: 0px;
	padding-top: 35px;
}

#info-table{
    width:559px;
	display:block;
	margin:0px auto;
}
#info-table table{



}
#table{
	height:559px;
    width:559px;
	margin-top:50px;
	display: block;
}

#up-part{
	background: url("../images/up-part.png") no-repeat;
	height:268px;
    width:559px;
	display:block;
}

#center-part{
	background: url("../images/center-part.png") no-repeat;
	height: 98px;
    width: 559px;
	display:block;
}

#down-part{
	background: url("../images/down-part.png") no-repeat;
	height: 194px;
    width: 559px;
	display:block;
}

.link{
	color: #7A96AE;
    font-size: 27px;
    height: 194px;
    letter-spacing: 1px;
    padding: 25px;
    text-align: center;
    width: 559px;
	text-shadow: 1px 1px white;

}

a{
	color:#607a92;
}