﻿
body{
	background-color : white;
	text-align : center;
	margin : 0 0 0 0;
	padding: 0 0 0 0;
}

img{
	border : none;
}

#container{
	margin : 100px auto 0 auto;
	text-align : center;
	position: relative;
	width: 601px;
	height: 235px;
	background-image: url(/assets/gfx/splash/splash-bgi.png);
	background-repeat: no-repeat;
}

#englishTitle{
	position : absolute;
	left : 60px;
	top : 72px;
}

#CymraegTitle{
	position : absolute;
	right : 10px;
	top : 72px;
}

#english{
	position : absolute;
	left : 80px;
	top : 165px;
}

#Cymraeg{
	position : absolute;
	right : 65px;
	top : 165px;
}