/****************************************************************
 * layout.css
 *
 * appteka.com
 * 
 * site layout & styles
 ****************************************************************/


* {
	margin: 0;
	padding: 0;
}

/* IE5 Mac hide \*/
html, body{
	height:100%;
	width:100%;
}
/* end hide */


body {
	font: 14px/1.6em Arial, Helvetica, Verdana, sans-serif;
    color: #fff;
	text-align: center;         
	background-color: #000;
	min-width: 780px;
	min-height: 530px;
}

#wrapper{
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

.vcenter {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 530px;
} 

#site {
    margin: 10px auto;
    position: relative;
    top: 0px;
    width: 780px;
   	height: 530px;
    text-align: center;
    border: 1px solid #6f018b;
}

#logo {
    position: absolute;
    top: 180px;
    left: 120px;
    width: 580px;
    height: 130px;
    background: #000 url(/images/sitelogolarge.png) no-repeat;
}

p { 
    margin: 0 0 1em 0;
}

#content {
    position: absolute;	
    top: 400px;
    left: 120px;
    width: 530px;
}

#footer { 
	position: absolute;
	top:540px;
	left: 0px;
	width:780px;
}

#footer p {
	font: 11px/1.6em Arial, Helvetica, Verdana, sans-serif;
    color: #555; 
	text-align: left;
}

#footer p span.email {
	position: absolute;
	right: 0;
}

a.urllink {
    color: #555;
    text-decoration: none;
}

a:hover.urllink {
    color: #fff;
    text-decoration: none;
}

