﻿body {
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(images/login-bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.back
{
	background: url(images/login.jpg) no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	width: 1004px;
	height: 699px;
	margin-left: auto;
	margin-right: auto;
}

.login_btn
{
	background: url(images/login_btn.jpg) no-repeat;
	width: 117px;
	height: 20px;
	display: inline;
	border: none;
	/*left: 42px;*/
	position: relative;
	cursor: pointer;
}

.logincontent
{
	position: relative;
	color: #333;
	text-align: left;
	top: 173px;
	left: 0px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	/*border:1;
	border-bottom-style:solid;
	border-color:Green;*/
	
}

.logo{
	background-image: url(images/logo-timecentre.png);
	background-repeat:no-repeat;
	background-size:100%;
	position: relative;
	top: 58px;
	width: 420px;
	height: 107px;
	margin-left: auto;
	margin-right: auto;
}

a:link {color:white;}
a:visited {color:white}
a:hover {color:#eee;}
a:active {color:#CE7469;}

