body {
		background-image: url('/images/start/bg.png');
		font-family: arial;
		font-size: 12px;
		color: #4692b6;
}

a
{
	text-decoration: none;
	border: 0;
	color: #4692B6;
}

p
{
	margin: 0;
	padding: 0;
}

#main {
		width: 990px;
		height: 725px;
		margin: auto;
		padding: 0;
}

#left {
		width: 20px;
		height: 725px;
		background-image: url('/images/start/left.png');
		background-repeat: no-repeat;
		float: left;
		display: block;
}

#center {
		width: 945px;
		height: 725px;
		display: block;
		float: left;
}

#right {
		width: 25px;
		height: 725px;
		display: block;
		float: left;
		background-image: url('/images/start/right.png');
		background-repeat: no-repeat;
}

#center_top {
		width: 945px;
		height: 50px;
		background-image: url('/images/start/top.png');
		background-repeat: repeat-x;
		float: left;
		display: block;
}

#center_middle {
		width: 945px;
		height: 559px;
		float: left;
		display: block;
}

#center_icons {
		width: 945px;
		height: 86px;
		float: left;
		display: block;
		background-image: url('/images/start/icons.png');
		background-repeat: no-repeat;
}

#center_bottom {
		width: 945px;
		height: 11px;
		float: left;
		display: block;
		padding-top: 9px;
		padding-bottom: 10px;
		background-image: url('/images/start/bottom.png');
		background-repeat: repeat-x;
		color: #ffffff;
		font-size: 11px;
}
#center_bottom a{
		color: #ffffff;
}
#center_middle_leftspace {
		width: 359px;
		height: 559px;
		background-color: #ffffff;
		float: left;
		display: block;
}

#center_middle_logo {
		width: 227px;
		height: 338px;
		float: left;
		display: block;
		background-color: #ffffff;
		padding-top: 216px;
		padding-bottom: 5px;
}

#center_middle_language1 {
		width: 359px;
		height: 24px;
		float: left;
		display: block;
		background-color: #ffffff;
		padding-top: 433px;
}

#center_middle_language2 {
		width: 359px;
		height: 24px;
		float: left;
		display: block;
		color: #ffffff;
		background-color: #ffffff;
		padding-bottom: 82px;
}

img.flag {
		vertical-align: text-bottom;
		margin-left: 25px;
		margin-right: 10px;
		border: 0;
}

img.logo {
		margin: 0;
		border: 0;
		background-color: #ffffff;
}