@charset "UTF-8";
/* CSS Document */				

*				{margin:0px;
				padding:0px;}	
									
body			{
				background-color: #10ef2d;
  				/*background: url(WStar7.jpeg) no-repeat center center fixed;*/
        		-webkit-background-size: cover;
        		-moz-background-size: cover;
        		-o-background-size: cover;
   				background-size: cover;
				}
				
.start			{
				width:50%;
				height:50%;
				}

.inner 			{
				margin-top:9%;
				margin-left:38%;
				} 		

a:link		 	{color:none; text-decoration:none;}
a:visited 		{color:none; text-decoration:none;}
a:active 		{color:none; text-decoration:none;}
a:hover 		{color:none; text-decoration:none;}


@media screen and (max-width: 980px) {
.start			{
				width:50%;
				height:50%;
				}

.inner 			{
				margin-top:15%;
				margin-left:24%;
				} 