body{
	background: white url("images/diagonals-background.png") repeat-x;
}

#page {
	width: 800px;
	margin: 0 auto;
	z-index: 5;
	position: relative;
}

#header { height: 188px; position: relative; background-color: #575555;}

#nav {
	background-color: #575555;
}

#lang {
	right: 0;
	bottom: -1px;
	width: 99px;
	float: right;
	z-index: 11;
	position: absolute;
	margin-right: 1px;
}

#header a,
#header img,
#logo a,
#logo img {
	border: none;
	display: block;
}

#logo {
	display: none;
	height: 110px; 
	position: absolute;
	top: 530px;
	left: 10px;
}


#content {
	border-color: #272525;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	padding: 4em 99px 0.5em 139px;
	min-height: 400px;
	background: white url("/assets/images/ftp/callyandi-page-logo.png") no-repeat 10px bottom;
}

#footer {
	padding: 8px 18px 75px;
	text-transform: uppercase;
	/* letter-spacing: 0.08em; */
	
	
}

#footer ul,
#footer li { height: 13px;margin: 0; display: inline; list-style: none; }

#footer a { text-decoration: none; }

#footer li { border-right: 1px solid #272525; padding-right: 10px; margin-right: 10px; }

#footer li.last { border-right: none; }

#login {
	float: right;
	
}

#login input.text,
#login input.password {
	width: 50px;
	margin-right: 5px;
}

* {
	margin: 0;
	padding: 0;
}


