body {
	background-color: #868888;
}

#container {
	display: block;
	width: 60%;
	margin: 0 auto;
	margin-top: 15%;
	background-color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	-border-radius:10px;
	font-weight: bold;
	background:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.27, rgb(217,217,217)),
    color-stop(0.75, rgb(237,237,237))
);

background:-moz-linear-gradient(
    center bottom,
    rgb(217,217,217) 27%,
    rgb(237,237,237) 75%
);
-webkit-box-shadow: 1px 1px 50px #2d2e2e;
-moz-box-shadow: #2d2e2e 1px 1px 50px;
}

#warning {
	display: block;
	width: 60%;
	margin: 0 auto;
	margin-top: 5%;
	background-color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	-border-radius:10px;
	font-weight: bold;
	background:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.27, rgb(217,235,242)),
    color-stop(0.75, rgb(237,237,237))
);

background:-moz-linear-gradient(
    center bottom,
    rgb(217,217,217) 27%,
    rgb(237,237,237) 75%
);
-webkit-box-shadow: 1px 1px 50px #2d2e2e;
-moz-box-shadow: #2d2e2e 1px 1px 50px;
	text-align: center;
	text-transform: lowercase;
}

#header {
	text-align: center;
	font-size: 20px;
}

#header h1 {
	color: #aaadad;
	text-shadow: #fffeff 0 1px 0;
}

#vcard {
	
}

ul#contacts li {
	padding-left: 25px;
	background-position: 0 3px;
}

ul#contacts {
	list-style-type: none;
	padding: 0;
}

#address {
	background: url(../icons/home.png) no-repeat;
	padding-left: 25px;
	background-position: 0 3px;
}

#phone {
	background: url(../icons/mobile-phone.png) no-repeat;
}
.phone {
	display: none;
}

#fax {
	background: url(../icons/telephone-fax.png) no-repeat;
}

#email {
	background: url(../icons/mail.png) no-repeat;
}