img
		{
                 border : 0px;
                 }

body
		{
                 font-family : Arial, Sans-Serif;
                 font-size : 14px;
                 background-color : #b1b6d9;
                 }

.main
		{
                 margin : auto;
                 background-image : url(../img/main.png);
                 width : 354px;
                 height : 354px;
                 }

.login
		{
                 margin-left : 20px;
                 margin-top : 120px;
                 padding : 15px;
                 position : absolute;
                 background-image : url(../img/login.png);
                 width : 270px;
                 height : 90px;
                 }

.admin
		{
                 margin : auto;
                 background-image : url(../img/admin.png);
		background-repeat : no-repeat;
                 width : 950px;
                 height : 550px;
                 padding : 4px;
                 }

.foot
		{
                 font-size : 13px;
                 font-family : Tahoma;
                 }

.foot	a
		{
                 color : #5c5f74;
                 font-family : Tahoma;
                 font-weight : bold;
                 font-size : 13px;
                 text-decoration : none;
                 }

.foot	a:hover
		{
		color : #b1b6d9;
                 font-family : Tahoma;
                 font-weight : bold;
                 font-size : 13px;
                 text-decoration : overline;
                 }