	body
	{
		margin:0px;
		padding:0px;
		background-color: #ffffff;
		font-family:Arial;
		font-size:12px;
		color:#000000;
		border:0px solid blue;
	}
	
	
	#logo
	{
		background:url('../img/snet-logo.jpg') no-repeat;
		width : 400px;
		height: 236px;
		
		margin: 10px 30% 10px;
		border: 0px solid red;
	
	}
	
	#enter
	{
		background:url('../img/text.jpg') no-repeat;
		width : 650px;
		height: 137px;
		margin: 0px 20%;
		border: 0px solid red;
		text-align: center;
		font-weight:bold;
		font-size: 12pt;
		color: #888888;
		text-decoration: none;
	}
	

	
	#text
	{
		width : auto;
		height: auto;
		padding: 100px 0 0 0;
		border: 0px solid red;
		text-align: center;
		font-weight:bold;
		font-size: 12pt;
		color: #888888;
		text-decoration: none;
	}
	#text a
	{
	color: #888888;
	}
	#text a:hover
	{
	color: #000000;
	}
	