﻿*
{
	margin:0px;
	padding:0px;
}

html, body
{
	height:100%;
}

body 
{
	background:url(../images/bkg_ecard_background.jpg) no-repeat fixed center center;
	text-align:center;
	color:#97a2a1;
	font:10px Arial;
}

#distance
{
	width:1px;
	height:50%;
	margin-bottom:-254px;
	float:left;
}

#container
{
	margin:0px auto;
	position:relative;
	text-align:left;
	height:450px;
	width:800px;
	clear:left;
}

p
{
	width:800px;
	text-align:center;
	margin-top:20px;
}

.shadow
{
	padding:15px;
	background:#fff;
	width:800px;
	height:450px;
    -moz-box-shadow: 0px 0px 8px 2px #999;
    -webkit-box-shadow: 0px 0px 20px #999;
    box-shadow: 0px 0px 8px 2px #999;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=45, Strength=4)
			progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=4)
			progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=225, Strength=4)
			progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=315, Strength=4);
}