html {
	height:100%;
}

body {
	min-height:100%;
	height:100%;
	background:#000;
}

html,body {
	margin:0px;
	padding:0px;
	font-family:'Century Gothic';
	font-size:18pt;
	color:#cbcbcb;
}

.actions {
	position:absolute;
	top:545px;
	right:0;
}

.pharmacy {
	position:absolute;
	top:585px;
	right:0;
}

.dms {
	position:absolute;
	top:625px;
	right:0;
}

.price {
	position:absolute;
	top:545px;
	left:0;
}

a {
	color:#cbcbcb;
	font-family:'Century Gothic';
	text-decoration:none;
}

a:hover {
	color:#fff;
}

.main {
	top:25%;
}

.main p {
	width:100%;
	text-align:center;
}

.standart {
	font-size:11px;
	color:#fff;
	line-height:1.8em;
}

.sub {
	font-size:10px;
	color:#a2a2a2;
}

.sub a {
	color:#fff;
	text-decoration:underline;
}

.sub a:hover {
	color:#a2a2a2;
	text-decoration:none;
}

.align_center {
	position: relative;
	width: 100%;
}

.align_center:after {
	content: '';
	display: block;
	clear: both;
}

.align_center_to_left {
	position: relative;
	right: 50%;
	float: right;
}

.align_center_to_right {
	text-align:center;
	position: relative;
	z-index: 1;
	right: -50%;
}

.align_center_to_right img {
	position:relative;
}
