body
{
    background-color: #FFFFFF;
    font-family: Arial;
    color: #FFFFFF;
}

img
{
    border: none;
}

#Container
{
	margin: 25px auto;
	height: 600px;
	width: 851px;
	position: relative;
	z-index: 100;
}
	#Text
	{
		position: absolute;
		top: 35px;
		left: 55px;
		z-index: 101;
	}
	#Overlay
	{
		position: absolute;
		width: 400px;
		bottom: 80px;
		left: 65px;
		z-index: 102;
		color:White;
		font-family: Georgia, Times New Roman, Times, Serif;
		font-size: 1.6em;
		letter-spacing: -0.05em;
	}
	#Logo
	{
		width: 846px;
		padding: 0 5px 0 0;
		text-align: right;
		margin: 10px 0 0 0; 
	}
	#Languages
	{
		width: 846px;
		padding: 0 0 0 5px;
		text-align: left;
		margin: -53px 0 0 0;
	}
		#Languages img
		{
			margin: 0 20px 0 0;
		}


#MadeInGsy
{
    width: 846px;
    padding: 0 5px 0 0;
    margin: 20px auto;
    text-align: right;
}
    #MadeInGsy a
    {
        font-size: 10px;
        color: #000000;
        text-decoration: none;
    }
    #MadeInGsy a:hover
    {
        color: #6F002B;
    }
