html, body {
margin: 0;
padding: 0;
height: 100%
}

img
{
	border:0px;
}


#box
{
	position:relative;
	width: 1024px;
	height: 630px;
	background:white;
	margin-left:auto;
	margin-right:auto;
	font-size:1px;
}

#box  #link_grp
{
	position:absolute;
	right:70px;
	top:60px;	
}

#box  #link_next
{
	position:absolute;
	width:38px;
	height:10px;
	right:70px;
	bottom:60px;
}

#box  #link_prev
{
	position:absolute;
	display:none;
	width:38px;
	height:10px;
	right:120px;
	bottom:60px;
}

#box #content
{
	position:absolute;
	width: 990px;
	height:470px;
	margin-top:80px;
	margin-left:17px;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	background:#FFFFFF;
}

#box #content #prod
{
	position:absolute;
	right:0px;
}

#box #content #text_block
{
	position:absolute;
	width:450px;
	margin-left:10px;
	margin-top:20px;
	padding-top:30px;
	padding-bottom:0px;
}

#box #content #text_block #title
{
	margin-left:10px;
	margin-bottom:55px;
}

#box #content #text_block p
{
	font-family: arial, helvetica, sans-serif;
	margin-left:10px;
	width:360px;
}

#text
{
	font-size:16px;
	color:#666666;
	margin:0;
	margin-bottom:65px;
}

#adress
{
	font-size:14px;
	color:#333333;
	margin:0;
	margin-bottom:25px;
	line-height:18px;
}

#adress a
{
	color:#333333;
}

#box #content #pic_block
{
	position:absolute;
	left:540px;
	top:0px;
	width:450px;
	height:470px;

}
