body{
margin: 0px; 
padding: 0px;
background-image: url(images/bg.jpg);
background-size:100%;
}

#container {
margin:5% auto;
width:1000px;
height:450px;
background-image: url(images/eyeface2.png);
background-repeat:no-repeat;
background-position:right top;
}

.header {
	height:90px;
}

.main{
	width:1000px;
	height:450px;
	position:absolute;
}

ul {
list-style:none;
margin:0px;
padding:0px;
}

ul a {
color:#bbbbbb;
font-family: "Arial Black", sans-serif;
font-size:48px;
text-decoration:none;
line-height:50px
}

ul li :hover{
	color:#565656;
	margin-left:5px;
	
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    -o-transition: all .9s ease-out;
    transition: all .9s ease-out;
	
}
.appoint{
	font-size:18px;
}

.navbar {
	width:275px;
	height:170px;
	position:absolute;
	top:50px;
}

.content{
width:640px;
height:380px;
position:absolute;
left:350px;
top:50px;
}

.contentxt{
	font-family: Verdana, Geneva, sans-serif;
	color:#3a3a3a;
	width:600px;
	margin-left:2px;
	font-size:17px;
}
span{
	font-size:30px;
	font-weight:bold;
}

.selected {
	color:#565656;
}

.contentmap{
	width:460px;
	height:220px;
}

.smallcontact {
	font-size:12px;
}

.smalllaser {
	font-size:12px;
	font-style:italic;
}